Uses of Class
com.azure.search.documents.indexes.models.VectorSearchCompression
Packages that use VectorSearchCompression
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchCompression in com.azure.search.documents.indexes.models
Subclasses of VectorSearchCompression in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classContains configuration options specific to the binary quantization compression method used during indexing and querying.final classContains configuration options specific to the scalar quantization compression method used during indexing and querying.Methods in com.azure.search.documents.indexes.models that return VectorSearchCompressionModifier and TypeMethodDescriptionstatic VectorSearchCompressionVectorSearchCompression.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorSearchCompression from the JsonReader.VectorSearchCompression.setDefaultOversampling(Double defaultOversampling) Set the defaultOversampling property: Default oversampling factor.VectorSearchCompression.setRerankWithOriginalVectors(Boolean rerankWithOriginalVectors) Set the rerankWithOriginalVectors property: If set to true, once the ordered set of results calculated using compressed vectors are obtained, they will be reranked again by recalculating the full-precision similarity scores.VectorSearchCompression.setRescoringOptions(RescoringOptions rescoringOptions) Set the rescoringOptions property: Contains the options for rescoring.VectorSearchCompression.setTruncationDimension(Integer truncationDimension) Set the truncationDimension property: The number of dimensions to truncate the vectors to.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchCompressionModifier and TypeMethodDescriptionVectorSearch.getCompressions()Get the compressions property: Contains configuration options specific to the compression method used during indexing or querying.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchCompressionModifier and TypeMethodDescriptionVectorSearch.setCompressions(VectorSearchCompression... compressions) Set the compressions property: Contains configuration options specific to the compression method used during indexing or querying.Method parameters in com.azure.search.documents.indexes.models with type arguments of type VectorSearchCompressionModifier and TypeMethodDescriptionVectorSearch.setCompressions(List<VectorSearchCompression> compressions) Set the compressions property: Contains configuration options specific to the compression method used during indexing or querying.