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
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type RescoringOptionsModifier and TypeClassDescriptionfinal classContains the options for rescoring.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.setRescoreStorageMethod(VectorSearchCompressionRescoreStorageMethod rescoreStorageMethod) Set the rescoreStorageMethod property: Controls the storage method for original vectors.RescoringOptions.setRescoringEnabled(Boolean rescoringEnabled) Set the rescoringEnabled property: If set to true, after the initial search on the compressed vectors, the similarity scores are recalculated using the full-precision 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.