Uses of Class
com.azure.search.documents.indexes.models.RescoringOptions
Packages that use RescoringOptions
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of RescoringOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return RescoringOptionsModifier and TypeMethodDescriptionstatic RescoringOptionsRescoringOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RescoringOptions from the JsonReader.VectorSearchCompression.getRescoringOptions()Get the rescoringOptions property: Contains the options for rescoring.RescoringOptions.setDefaultOversampling(Double defaultOversampling) Set the defaultOversampling property: Default oversampling factor.RescoringOptions.setEnableRescoring(Boolean enableRescoring) Set the enableRescoring property: If set to true, after the initial search on the compressed vectors, the similarity scores are recalculated using the full-precision vectors.RescoringOptions.setRescoreStorageMethod(VectorSearchCompressionRescoreStorageMethod rescoreStorageMethod) Set the rescoreStorageMethod property: Controls the storage method for original vectors.Methods in com.azure.search.documents.indexes.models with parameters of type RescoringOptionsModifier and TypeMethodDescriptionBinaryQuantizationCompression.setRescoringOptions(RescoringOptions rescoringOptions) Set the rescoringOptions property: Contains the options for rescoring.ScalarQuantizationCompression.setRescoringOptions(RescoringOptions rescoringOptions) Set the rescoringOptions property: Contains the options for rescoring.VectorSearchCompression.setRescoringOptions(RescoringOptions rescoringOptions) Set the rescoringOptions property: Contains the options for rescoring.