Uses of Class
com.azure.search.documents.indexes.models.KnowledgeSource
Packages that use KnowledgeSource
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeSource in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return KnowledgeSourceModifier and TypeMethodDescriptionSearchIndexClient.createKnowledgeSource(KnowledgeSource knowledgeSource) Creates a new knowledge source.SearchIndexClient.createOrUpdateKnowledgeSource(KnowledgeSource knowledgeSource) Creates or updates a knowledge source.SearchIndexClient.getKnowledgeSource(String sourceName) Retrieves a knowledge source definition.Methods in com.azure.search.documents.indexes that return types with arguments of type KnowledgeSourceModifier and TypeMethodDescriptionSearchIndexAsyncClient.createKnowledgeSource(KnowledgeSource knowledgeSource) Creates a new knowledge source.Mono<com.azure.core.http.rest.Response<KnowledgeSource>> SearchIndexAsyncClient.createKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource) Creates a new knowledge source.com.azure.core.http.rest.Response<KnowledgeSource> SearchIndexClient.createKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.util.Context context) Creates a new knowledge source.SearchIndexAsyncClient.createOrUpdateKnowledgeSource(KnowledgeSource knowledgeSource) Creates or updates a knowledge source.Mono<com.azure.core.http.rest.Response<KnowledgeSource>> SearchIndexAsyncClient.createOrUpdateKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.http.MatchConditions matchConditions) Creates or updates a knowledge source.com.azure.core.http.rest.Response<KnowledgeSource> SearchIndexClient.createOrUpdateKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.http.MatchConditions matchConditions, com.azure.core.util.Context context) Creates or updates a knowledge source.SearchIndexAsyncClient.getKnowledgeSource(String sourceName) Retrieves a knowledge source.Mono<com.azure.core.http.rest.Response<KnowledgeSource>> SearchIndexAsyncClient.getKnowledgeSourceWithResponse(String sourceName) Retrieves a knowledge source.com.azure.core.http.rest.Response<KnowledgeSource> SearchIndexClient.getKnowledgeSourceWithResponse(String sourceName, com.azure.core.util.Context context) Retrieves a knowledge source definition.com.azure.core.http.rest.PagedFlux<KnowledgeSource> SearchIndexAsyncClient.listKnowledgeSources()Lists all knowledge sources available for a search service.com.azure.core.http.rest.PagedIterable<KnowledgeSource> SearchIndexClient.listKnowledgeSources()Lists all knowledge sources available for a search service.com.azure.core.http.rest.PagedIterable<KnowledgeSource> SearchIndexClient.listKnowledgeSources(com.azure.core.util.Context context) Lists all knowledge sources available for a search service.Methods in com.azure.search.documents.indexes with parameters of type KnowledgeSourceModifier and TypeMethodDescriptionSearchIndexAsyncClient.createKnowledgeSource(KnowledgeSource knowledgeSource) Creates a new knowledge source.SearchIndexClient.createKnowledgeSource(KnowledgeSource knowledgeSource) Creates a new knowledge source.Mono<com.azure.core.http.rest.Response<KnowledgeSource>> SearchIndexAsyncClient.createKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource) Creates a new knowledge source.com.azure.core.http.rest.Response<KnowledgeSource> SearchIndexClient.createKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.util.Context context) Creates a new knowledge source.SearchIndexAsyncClient.createOrUpdateKnowledgeSource(KnowledgeSource knowledgeSource) Creates or updates a knowledge source.SearchIndexClient.createOrUpdateKnowledgeSource(KnowledgeSource knowledgeSource) Creates or updates a knowledge source.Mono<com.azure.core.http.rest.Response<KnowledgeSource>> SearchIndexAsyncClient.createOrUpdateKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.http.MatchConditions matchConditions) Creates or updates a knowledge source.com.azure.core.http.rest.Response<KnowledgeSource> SearchIndexClient.createOrUpdateKnowledgeSourceWithResponse(KnowledgeSource knowledgeSource, com.azure.core.http.MatchConditions matchConditions, com.azure.core.util.Context context) Creates or updates a knowledge source. -
Uses of KnowledgeSource in com.azure.search.documents.indexes.models
Subclasses of KnowledgeSource in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classConfiguration for Azure Blob Storage knowledge source.final classConfiguration for OneLake knowledge source.final classConfiguration for SharePoint knowledge source.final classConfiguration for remote SharePoint knowledge source.final classKnowledge Source targeting a search index.final classKnowledge Source targeting web results.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type KnowledgeSourceMethods in com.azure.search.documents.indexes.models that return KnowledgeSourceModifier and TypeMethodDescriptionstatic KnowledgeSourceKnowledgeSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeSource from the JsonReader.KnowledgeSource.setDescription(String description) Set the description property: Optional user-defined description.KnowledgeSource.setEncryptionKey(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.Set the eTag property: The ETag of the knowledge base.