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