Uses of Enum
com.azure.search.documents.SearchServiceVersion
Packages that use SearchServiceVersion
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.
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.
For more information about Azure AI Search KnowledgeBases, supported features, and usage guidelines, see the Azure documentation and the Azure SDK for Java guidelines.
-
Uses of SearchServiceVersion in com.azure.search.documents
Subclasses with type arguments of type SearchServiceVersion in com.azure.search.documentsModifier and TypeClassDescriptionenumThe versions of Azure AI Search supported by this client library.Methods in com.azure.search.documents that return SearchServiceVersionModifier and TypeMethodDescriptionstatic SearchServiceVersionSearchServiceVersion.getLatest()Gets the latest service version supported by this client library.static SearchServiceVersionReturns the enum constant of this type with the specified name.static SearchServiceVersion[]SearchServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents with parameters of type SearchServiceVersionModifier and TypeMethodDescriptionSearchClientBuilder.serviceVersion(SearchServiceVersion serviceVersion) Sets theSearchServiceVersionthat is used when making API requests. -
Uses of SearchServiceVersion in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type SearchServiceVersionModifier and TypeMethodDescriptionSearchIndexClientBuilder.serviceVersion(SearchServiceVersion serviceVersion) Sets theSearchServiceVersionthat is used when making API requests.SearchIndexerClientBuilder.serviceVersion(SearchServiceVersion serviceVersion) Sets theSearchServiceVersionthat is used when making API requests. -
Uses of SearchServiceVersion in com.azure.search.documents.knowledgebases
Methods in com.azure.search.documents.knowledgebases that return SearchServiceVersionModifier and TypeMethodDescriptionSearchKnowledgeBaseAsyncClient.getServiceVersion()Gets the API version.SearchKnowledgeBaseClient.getServiceVersion()Gets the API version.Methods in com.azure.search.documents.knowledgebases with parameters of type SearchServiceVersionModifier and TypeMethodDescriptionSearchKnowledgeBaseClientBuilder.serviceVersion(SearchServiceVersion apiVersion) Sets the API version to use for requests.