Class IndexOfEvaluator
- 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.IndexOfEvaluator
-
- All Implemented Interfaces:
Serializable
,StreamEvaluator
,TwoValueWorker
,ValueWorker
,Expressible
public class IndexOfEvaluator extends RecursiveObjectEvaluator implements TwoValueWorker
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext
-
-
Constructor Summary
Constructors Constructor Description IndexOfEvaluator(StreamExpression expression, StreamFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
doWork(Object value1, Object value2)
-
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluateOverContext
-
Methods inherited from interface org.apache.solr.client.solrj.io.eval.TwoValueWorker
doWork
-
-
-
-
Constructor Detail
-
IndexOfEvaluator
public IndexOfEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
- Throws:
IOException
-
-
Method Detail
-
doWork
public Object doWork(Object value1, Object value2) throws IOException
- Specified by:
doWork
in interfaceTwoValueWorker
- Throws:
IOException
-
-