Uses of Class
com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration
Packages that use VectorSearchAlgorithmConfiguration
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchAlgorithmConfiguration in com.azure.search.documents.indexes.models
Modifier and TypeClassDescriptionfinal classContains configuration options specific to the exhaustive KNN algorithm used during querying, which will perform brute-force search across the entire vector index.final classContains configuration options specific to the HNSW approximate nearest neighbors algorithm used during indexing and querying.Methods in com.azure.search.documents.indexes.models that return VectorSearchAlgorithmConfigurationModifier and TypeMethodDescriptionVectorSearchAlgorithmConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorSearchAlgorithmConfiguration from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchAlgorithmConfigurationModifier and TypeMethodDescriptionVectorSearch.getAlgorithms()Get the algorithms property: Contains configuration options specific to the algorithm used during indexing or querying.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchAlgorithmConfigurationModifier and TypeMethodDescriptionVectorSearch.setAlgorithms(VectorSearchAlgorithmConfiguration... algorithms) Set the algorithms property: Contains configuration options specific to the algorithm used during indexing or querying.Method parameters in com.azure.search.documents.indexes.models with type arguments of type VectorSearchAlgorithmConfigurationModifier and TypeMethodDescriptionVectorSearch.setAlgorithms(List<VectorSearchAlgorithmConfiguration> algorithms) Set the algorithms property: Contains configuration options specific to the algorithm used during indexing or querying.