Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerKnowledgeStore
Packages that use SearchIndexerKnowledgeStore
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerKnowledgeStore in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexerKnowledgeStoreModifier and TypeClassDescriptionfinal classDefinition of additional projections to azure blob, table, or files, of enriched data.Methods in com.azure.search.documents.indexes.models that return SearchIndexerKnowledgeStoreModifier and TypeMethodDescriptionstatic SearchIndexerKnowledgeStoreSearchIndexerKnowledgeStore.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerKnowledgeStore from the JsonReader.SearchIndexerSkillset.getKnowledgeStore()Get the knowledgeStore property: Definition of additional projections to Azure blob, table, or files, of enriched data.SearchIndexerKnowledgeStore.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: The user-assigned managed identity used for connections to Azure Storage when writing knowledge store projections.SearchIndexerKnowledgeStore.setParameters(SearchIndexerKnowledgeStoreParameters parameters) Set the parameters property: A dictionary of knowledge store-specific configuration properties.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerKnowledgeStoreModifier and TypeMethodDescriptionSearchIndexerSkillset.setKnowledgeStore(SearchIndexerKnowledgeStore knowledgeStore) Set the knowledgeStore property: Definition of additional projections to Azure blob, table, or files, of enriched data.