public class ScriptDoubleValues extends SortingNumericDoubleValues implements ScorerAware
SortingNumericDoubleValues
implementation which is based on a scriptvalues
Constructor and Description |
---|
ScriptDoubleValues(LeafSearchScript script) |
Modifier and Type | Method and Description |
---|---|
void |
setDocument(int docId)
Positions to the specified document
|
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
count, resize, sort, valueAt
public ScriptDoubleValues(LeafSearchScript script)
public void setDocument(int docId)
SortedNumericDoubleValues
setDocument
in class SortedNumericDoubleValues
public void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer
in interface ScorerAware