Class StatsValuesFactory
java.lang.Object
org.apache.solr.handler.component.StatsValuesFactory
Factory class for creating instance of
StatsValues-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StatsValuescreateStatsValues(StatsField statsField) Creates an instance of StatsValues which supports values from the specifiedStatsField
-
Constructor Details
-
StatsValuesFactory
public StatsValuesFactory()
-
-
Method Details
-
createStatsValues
Creates an instance of StatsValues which supports values from the specifiedStatsField- Parameters:
statsField-StatsFieldwhose statistics will be created by the resultingStatsValues- Returns:
- Instance of
StatsValuesthat will create statistics from values from the specifiedStatsField
-