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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int doc)Advance this instance to the given document idvoidsetScorer(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:SortedBinaryDocValuesAdvance this instance to the given document id- Specified by:
advanceExactin 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:
setScorerin interfaceScorerAware
-