java.lang.Object
org.elasticsearch.index.fielddata.BinaryScriptFieldData
org.elasticsearch.index.fielddata.IpScriptFieldData
- All Implemented Interfaces:
 IndexFieldData<BinaryScriptFieldData.BinaryScriptLeafFieldData>
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.elasticsearch.index.fielddata.BinaryScriptFieldData
BinaryScriptFieldData.BinaryScriptLeafFieldDataNested 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, sortFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
sortField 
- 
Method Details
- 
loadDirect
public BinaryScriptFieldData.BinaryScriptLeafFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception Description copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
 Exception
 - 
getValuesSourceType
Description copied from interface:IndexFieldDataThe 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. 
 -