Uses of Class
com.azure.search.documents.indexes.models.VectorSearch
Packages that use VectorSearch
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearch in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return VectorSearchModifier and TypeMethodDescriptionstatic VectorSearchVectorSearch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorSearch from the JsonReader.SearchIndex.getVectorSearch()Get the vectorSearch property: Contains configuration options related to vector search.VectorSearch.setAlgorithms(VectorSearchAlgorithmConfiguration... algorithms) Set the algorithms property: Contains configuration options specific to the algorithm used during indexing or querying.VectorSearch.setAlgorithms(List<VectorSearchAlgorithmConfiguration> algorithms) Set the algorithms property: Contains configuration options specific to the algorithm used during indexing or querying.VectorSearch.setCompressions(VectorSearchCompression... compressions) Set the compressions property: Contains configuration options specific to the compression method used during indexing or querying.VectorSearch.setCompressions(List<VectorSearchCompression> compressions) Set the compressions property: Contains configuration options specific to the compression method used during indexing or querying.VectorSearch.setProfiles(VectorSearchProfile... profiles) Set the profiles property: Defines combinations of configurations to use with vector search.VectorSearch.setProfiles(List<VectorSearchProfile> profiles) Set the profiles property: Defines combinations of configurations to use with vector search.VectorSearch.setVectorizers(VectorSearchVectorizer... vectorizers) Set the vectorizers property: Contains configuration options on how to vectorize text vector queries.VectorSearch.setVectorizers(List<VectorSearchVectorizer> vectorizers) Set the vectorizers property: Contains configuration options on how to vectorize text vector queries.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchModifier and TypeMethodDescriptionSearchIndex.setVectorSearch(VectorSearch vectorSearch) Set the vectorSearch property: Contains configuration options related to vector search.