public class ScriptBytesValues extends SortingBinaryDocValues implements ScorerAware
SortedBinaryDocValues implementation that reads values from a script.count, values| Constructor and Description |
|---|
ScriptBytesValues(SearchScript script) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceExact(int doc)
Advance this instance to the given document id
|
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
docValueCount, grow, nextValue, sortpublic ScriptBytesValues(SearchScript script)
public boolean advanceExact(int doc)
throws java.io.IOException
SortedBinaryDocValuesadvanceExact in class SortedBinaryDocValuesjava.io.IOExceptionpublic void setScorer(org.apache.lucene.search.Scorer scorer)
setScorer in interface ScorerAware