Uses of Enum
com.azure.search.documents.models.ScoringStatistics
Packages that use ScoringStatistics
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of ScoringStatistics in com.azure.search.documents.models
Subclasses with type arguments of type ScoringStatistics in com.azure.search.documents.modelsModifier and TypeClassDescriptionenumA value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency.Methods in com.azure.search.documents.models that return ScoringStatisticsModifier and TypeMethodDescriptionstatic ScoringStatisticsScoringStatistics.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 ScoringStatisticsReturns 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.