Class KnnEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
org.apache.solr.client.solrj.io.eval.RecursiveObjectEvaluator
org.apache.solr.client.solrj.io.eval.KnnEvaluator
- All Implemented Interfaces:
Serializable,ManyValueWorker,StreamEvaluator,ValueWorker,Expressible
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluateOverContext
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
KnnEvaluator
- Throws:
IOException
-
-
Method Details
-
doWork
- Specified by:
doWorkin interfaceManyValueWorker- Specified by:
doWorkin interfaceValueWorker- Throws:
IOException
-
search
-