Class AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
- All Implemented Interfaces:
IndexFieldData<AtomicGeoPointFieldData>,IndexGeoPointFieldData,IndexComponent
- Enclosing class:
- AbstractLatLonPointDVIndexFieldData
public static class AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData extends AbstractLatLonPointDVIndexFieldData
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData
AbstractLatLonPointDVIndexFieldData.Builder, AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldDataNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
fieldName, index -
Constructor Summary
Constructors Constructor Description LatLonPointDVIndexFieldData(Index index, java.lang.String fieldName) -
Method Summary
Modifier and Type Method Description AtomicGeoPointFieldDataload(org.apache.lucene.index.LeafReaderContext context)Loads the atomic field data for the reader, possibly cached.AtomicGeoPointFieldDataloadDirect(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.plain.AbstractLatLonPointDVIndexFieldData
sortFieldMethods inherited from class org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
clear, clear, getFieldName, indexMethods 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
clear, getFieldName
-
Constructor Details
-
Method Details
-
load
Description copied from interface:IndexFieldDataLoads the atomic field data for the reader, possibly cached. -
loadDirect
public AtomicGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws java.lang.ExceptionDescription copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
java.lang.Exception
-