Class IpScriptFieldData
java.lang.Object
org.elasticsearch.index.fielddata.BinaryScriptFieldData
org.elasticsearch.index.fielddata.IpScriptFieldData
- All Implemented Interfaces:
IndexFieldData<BinaryScriptFieldData.BinaryScriptLeafFieldData>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Doc values implementation for ips.Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.BinaryScriptFieldData
BinaryScriptFieldData.BinaryScriptLeafFieldData
Nested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource
-
Method Summary
Modifier and TypeMethodDescriptionThe ValuesSourceType of the underlying data.loadDirect
(org.apache.lucene.index.LeafReaderContext context) Loads directly the atomic field data for the reader, ignoring any caching involved.Methods inherited from class org.elasticsearch.index.fielddata.BinaryScriptFieldData
getFieldName, load, newBucketedSort, sortField
-
Method Details
-
loadDirect
public BinaryScriptFieldData.BinaryScriptLeafFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception Description copied from interface:IndexFieldData
Loads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
Exception
-
getValuesSourceType
Description copied from interface:IndexFieldData
The ValuesSourceType of the underlying data. It's possible for fields that use the same IndexFieldData implementation to have different ValuesSourceTypes, such as in the case of Longs and Dates.
-