public class ScriptLongValues extends SortingNumericDocValues implements ScorerAware
LongValues
implementation which is based on a scriptvalues
Constructor and Description |
---|
ScriptLongValues(LeafSearchScript script) |
Modifier and Type | Method and Description |
---|---|
void |
setDocument(int docId) |
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
count, resize, sort, valueAt
public ScriptLongValues(LeafSearchScript script)
public void setDocument(int docId)
setDocument
in class org.apache.lucene.index.SortedNumericDocValues
public void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer
in interface ScorerAware