Module org.elasticsearch.server
Class ScriptLongValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
org.elasticsearch.index.fielddata.SortingNumericDocValues
org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
org.elasticsearch.search.aggregations.support.values.ScriptLongValues
- All Implemented Interfaces:
ScorerAware
LongValues implementation which is based on a script-
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SortingNumericDocValues
values, valuesCursorFields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int target) voidsetScorer(org.apache.lucene.search.Scorable scorer) Methods inherited from class org.elasticsearch.index.fielddata.AbstractSortingNumericDocValues
advance, cost, docID, nextDocMethods inherited from class org.elasticsearch.index.fielddata.SortingNumericDocValues
docValueCount, getArrayLength, growExact, nextValue, resize, sortMethods inherited from class org.apache.lucene.search.DocIdSetIterator
all, docIDRunEnd, empty, intoBitSet, range, slowAdvance
-
Constructor Details
-
ScriptLongValues
-
-
Method Details
-
advanceExact
- Throws:
IOException
-
setScorer
public void setScorer(org.apache.lucene.search.Scorable scorer) - Specified by:
setScorerin interfaceScorerAware
-