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.
Package containing the clients and builders for Azure AI Search Knowledge Agents.
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.
-
Uses of SearchServiceVersion in com.azure.search.documents
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.agents
Methods in com.azure.search.documents.agents that return SearchServiceVersionModifier and TypeMethodDescriptionSearchKnowledgeAgentAsyncClient.getServiceVersion()Gets the API version.SearchKnowledgeAgentClient.getServiceVersion()Gets the API version.Methods in com.azure.search.documents.agents with parameters of type SearchServiceVersionModifier and TypeMethodDescriptionSearchKnowledgeAgentClientBuilder.serviceVersion(SearchServiceVersion apiVersion) Sets the API version to use for 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.