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