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, valueAtpublic ScriptLongValues(LeafSearchScript script)
public void setDocument(int docId)
setDocument in class org.apache.lucene.index.SortedNumericDocValuespublic void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer in interface ScorerAware