Uses of Class
com.azure.search.documents.indexes.models.VectorSearchCompressionRescoreStorageMethod
Packages that use VectorSearchCompressionRescoreStorageMethod
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchCompressionRescoreStorageMethod in com.azure.search.documents.indexes.models
Subclasses with type arguments of type VectorSearchCompressionRescoreStorageMethod in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe storage method for the original full-precision vectors used for rescoring and internal index operations.Fields in com.azure.search.documents.indexes.models declared as VectorSearchCompressionRescoreStorageMethodModifier and TypeFieldDescriptionstatic final VectorSearchCompressionRescoreStorageMethodVectorSearchCompressionRescoreStorageMethod.DISCARD_ORIGINALSThis option discards the original full-precision vectors.static final VectorSearchCompressionRescoreStorageMethodVectorSearchCompressionRescoreStorageMethod.PRESERVE_ORIGINALSThis option preserves the original full-precision vectors.Methods in com.azure.search.documents.indexes.models that return VectorSearchCompressionRescoreStorageMethodModifier and TypeMethodDescriptionVectorSearchCompressionRescoreStorageMethod.fromString(String name) Creates or finds a VectorSearchCompressionRescoreStorageMethod from its string representation.RescoringOptions.getRescoreStorageMethod()Get the rescoreStorageMethod property: Controls the storage method for original vectors.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchCompressionRescoreStorageMethodModifier and TypeMethodDescriptionVectorSearchCompressionRescoreStorageMethod.values()Gets known VectorSearchCompressionRescoreStorageMethod values.Methods in com.azure.search.documents.indexes.models with parameters of type VectorSearchCompressionRescoreStorageMethodModifier and TypeMethodDescriptionRescoringOptions.setRescoreStorageMethod(VectorSearchCompressionRescoreStorageMethod rescoreStorageMethod) Set the rescoreStorageMethod property: Controls the storage method for original vectors.