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.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.