Package org.elasticsearch.script.field
Class VersionDocValuesField
java.lang.Object
org.elasticsearch.script.field.AbstractLongDocValuesField
org.elasticsearch.script.field.VersionDocValuesField
- All Implemented Interfaces:
Iterable<Long>,ScriptDocValues.Supplier<Long>,DocValuesField<Long>,Field<Long>
-
Field Summary
Fields inherited from class org.elasticsearch.script.field.AbstractLongDocValuesField
count, input, name, scriptDocValues, values -
Constructor Summary
ConstructorsConstructorDescriptionVersionDocValuesField(org.apache.lucene.index.SortedNumericDocValues input, String name) -
Method Summary
Methods inherited from class org.elasticsearch.script.field.AbstractLongDocValuesField
formatLong, get, get, getInternal, getLong, getName, getScriptDocValues, isEmpty, iterator, newScriptDocValues, setNextDocId, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VersionDocValuesField
-