Package org.apache.solr.search.function
Class CollapseScoreFunction.CollapseScoreFunctionValues
java.lang.Object
org.apache.lucene.queries.function.FunctionValues
org.apache.solr.search.function.CollapseScoreFunction.CollapseScoreFunctionValues
- Enclosing class:
CollapseScoreFunction
public static class CollapseScoreFunction.CollapseScoreFunctionValues
extends org.apache.lucene.queries.function.FunctionValues
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.queries.function.FunctionValues
org.apache.lucene.queries.function.FunctionValues.ValueFiller -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.FunctionValues
boolVal, bytesVal, byteVal, byteVal, byteVectorVal, cost, doubleVal, exists, explain, floatVal, floatVectorVal, getRangeScorer, getScorer, getValueFiller, intVal, longVal, longVal, numOrd, objectVal, ordVal, shortVal, shortVal, strVal, strVal
-
Constructor Details
-
CollapseScoreFunctionValues
-
-
Method Details
-
intVal
public int intVal(int doc) - Overrides:
intValin classorg.apache.lucene.queries.function.FunctionValues
-
toString
- Specified by:
toStringin classorg.apache.lucene.queries.function.FunctionValues
-
floatVal
public float floatVal(int doc) - Overrides:
floatValin classorg.apache.lucene.queries.function.FunctionValues
-
doubleVal
public double doubleVal(int doc) - Overrides:
doubleValin classorg.apache.lucene.queries.function.FunctionValues
-