Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStoreProjection
Packages that use SearchIndexerKnowledgeStoreProjection
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStoreProjection in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerKnowledgeStoreProjectionModifier and TypeClassDescriptionfinal classContainer object for various projection selectors.Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreProjectionModifier and TypeMethodDescriptionSearchIndexerKnowledgeStoreProjection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerKnowledgeStoreProjection from the JsonReader.SearchIndexerKnowledgeStoreProjection.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.