Uses of Class
org.apache.solr.client.solrj.io.eval.CorrelationEvaluator.CorrelationType
-
Packages that use CorrelationEvaluator.CorrelationType Package Description org.apache.solr.client.solrj.io.eval Evaluators for the Streaming Aggregation API -
-
Uses of CorrelationEvaluator.CorrelationType in org.apache.solr.client.solrj.io.eval
Methods in org.apache.solr.client.solrj.io.eval that return CorrelationEvaluator.CorrelationType Modifier and Type Method Description static CorrelationEvaluator.CorrelationType
CorrelationEvaluator.CorrelationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CorrelationEvaluator.CorrelationType[]
CorrelationEvaluator.CorrelationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-