Class StatsValuesFactory
- java.lang.Object
-
- org.apache.solr.handler.component.StatsValuesFactory
-
public class StatsValuesFactory extends Object
Factory class for creating instance ofStatsValues
-
-
Constructor Summary
Constructors Constructor Description StatsValuesFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StatsValues
createStatsValues(StatsField statsField)
Creates an instance of StatsValues which supports values from the specifiedStatsField
-
-
-
Method Detail
-
createStatsValues
public static StatsValues createStatsValues(StatsField statsField)
Creates an instance of StatsValues which supports values from the specifiedStatsField
- Parameters:
statsField
-StatsField
whose statistics will be created by the resultingStatsValues
- Returns:
- Instance of
StatsValues
that will create statistics from values from the specifiedStatsField
-
-