ScorerAwarepublic class ScriptBytesValues extends SortingBinaryDocValues implements ScorerAware
SortedBinaryDocValues implementation that reads values from a script.count, values| Constructor | Description |
|---|---|
ScriptBytesValues(SearchScript script) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
advanceExact(int doc) |
Advance this instance to the given document id
|
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdocValueCount, 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