Uses of Class
org.apache.solr.handler.component.StatsField.Stat
-
Packages that use StatsField.Stat Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of StatsField.Stat in org.apache.solr.handler.component
Fields in org.apache.solr.handler.component with type parameters of type StatsField.Stat Modifier and Type Field Description static Set<StatsField.Stat>StatsField. DEFAULT_STATSThe set of stats computed by default when no localparams are used to specify explicit statsMethods in org.apache.solr.handler.component that return StatsField.Stat Modifier and Type Method Description static StatsField.StatStatsField.Stat. forName(String paramKey)Given a String, returns the corrisponding Stat enum value if any, otherwise returns null.static StatsField.StatStatsField.Stat. valueOf(String name)Returns the enum constant of this type with the specified name.static StatsField.Stat[]StatsField.Stat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.handler.component that return types with arguments of type StatsField.Stat Modifier and Type Method Description EnumSet<StatsField.Stat>StatsField.Stat. getDistribDeps()The stats that must be computed and returned by each shard involved in a distributed request in order to compute the overall value for this stat across the entire distributed result set.Methods in org.apache.solr.handler.component with parameters of type StatsField.Stat Modifier and Type Method Description booleanStatsField. calculateStats(StatsField.Stat stat)booleanStatsField. includeInResponse(StatsField.Stat stat)
-