Uses of Enum
com.azure.search.documents.models.ScoringStatistics
Packages that use ScoringStatistics
Package
Description
Package containing classes for SearchIndexClient.
-
Uses of ScoringStatistics in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return ScoringStatisticsModifier and TypeMethodDescriptionstatic ScoringStatistics
ScoringStatistics.fromString
(String value) Parses a serialized value to a ScoringStatistics instance.SearchOptions.getScoringStatistics()
Get the scoringStatistics property: A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency.static ScoringStatistics
Returns the enum constant of this type with the specified name.static ScoringStatistics[]
ScoringStatistics.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.models with parameters of type ScoringStatisticsModifier and TypeMethodDescriptionSearchOptions.setScoringStatistics
(ScoringStatistics scoringStatistics) Set the scoringStatistics property: A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency.