Class ScriptBytesValues
java.lang.Object
org.elasticsearch.index.fielddata.SortedBinaryDocValues
org.elasticsearch.index.fielddata.SortingBinaryDocValues
org.elasticsearch.search.aggregations.support.values.ScriptBytesValues
- All Implemented Interfaces:
ScorerAware
SortedBinaryDocValues
implementation that reads values from a script.-
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues
count, values
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
advanceExact(int doc)
Advance this instance to the given document idvoid
setScorer(org.apache.lucene.search.Scorable scorer)
Methods inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues
docValueCount, grow, nextValue, sort
-
Constructor Details
-
ScriptBytesValues
-
-
Method Details
-
advanceExact
Description copied from class:SortedBinaryDocValues
Advance this instance to the given document id- Specified by:
advanceExact
in classSortedBinaryDocValues
- Returns:
- true if there is a value for this document
- Throws:
IOException
-
setScorer
public void setScorer(org.apache.lucene.search.Scorable scorer)- Specified by:
setScorer
in interfaceScorerAware
-