Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection
Packages that use SearchIndexerKnowledgeStoreProjection
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreProjection in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreProjectionModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.setFiles
(List<SearchIndexerKnowledgeStoreFileProjectionSelector> files) Set the files property: Projections to Azure File storage.SearchIndexerKnowledgeStoreProjection.setObjects
(List<SearchIndexerKnowledgeStoreObjectProjectionSelector> objects) Set the objects property: Projections to Azure Blob storage.SearchIndexerKnowledgeStoreProjection.setTables
(List<SearchIndexerKnowledgeStoreTableProjectionSelector> tables) Set the tables property: Projections to Azure Table storage.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchIndexerKnowledgeStoreProjectionModifier and TypeMethodDescriptionSearchIndexerKnowledgeStore.getProjections()
Get the projections property: A list of additional projections to perform during indexing.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexerKnowledgeStoreProjectionModifierConstructorDescriptionSearchIndexerKnowledgeStore
(String storageConnectionString, List<SearchIndexerKnowledgeStoreProjection> projections) Creates an instance of SearchIndexerKnowledgeStore class.