java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<Long>
org.elasticsearch.script.field.AbstractLongDocValuesField
org.elasticsearch.script.field.VersionDocValuesField
- All Implemented Interfaces:
Iterable<Long>,ScriptDocValues.Supplier<Long>,DocValuesScriptFieldFactory,Field<Long>,ScriptFieldFactory
-
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, isEmpty, iterator, newScriptDocValues, setNextDocId, size, toScriptDocValuesMethods inherited from class org.elasticsearch.script.field.AbstractScriptFieldFactory
toScriptFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.elasticsearch.script.field.ScriptFieldFactory
toScriptField
-
Constructor Details
-
VersionDocValuesField
-