public class ScriptBytesValues extends SortingBinaryDocValues implements ScorerAware
SortedBinaryDocValues implementation that reads values from a script.count, values| Constructor and Description |
|---|
ScriptBytesValues(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, grow, sort, valueAtpublic ScriptBytesValues(LeafSearchScript script)
public void setDocument(int docId)
SortedBinaryDocValuessetDocument in class SortedBinaryDocValuespublic void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer in interface ScorerAware