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