Uses of Class
com.azure.search.documents.indexes.models.BinaryQuantizationCompression
Packages that use BinaryQuantizationCompression
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of BinaryQuantizationCompression in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return BinaryQuantizationCompressionModifier and TypeMethodDescriptionBinaryQuantizationCompression.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BinaryQuantizationCompression from the JsonReader.BinaryQuantizationCompression.setDefaultOversampling(Double defaultOversampling) Set the defaultOversampling property: Default oversampling factor.BinaryQuantizationCompression.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.BinaryQuantizationCompression.setRescoringOptions(RescoringOptions rescoringOptions) Set the rescoringOptions property: Contains the options for rescoring.BinaryQuantizationCompression.setTruncationDimension(Integer truncationDimension) Set the truncationDimension property: The number of dimensions to truncate the vectors to.