public abstract class AbstractGeoPointDVIndexFieldData extends DocValuesIndexFieldData implements IndexGeoPointFieldData
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractGeoPointDVIndexFieldData.Builder |
static class |
AbstractGeoPointDVIndexFieldData.GeoPointDVIndexFieldData
Lucene 5.4 GeoPointFieldType
|
IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcefieldName, index, logger| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.SortField |
sortField(java.lang.Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested,
boolean reverse)
Returns the
SortField to used for sorting. |
clear, clear, getFieldName, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldName, load, loadDirectindexpublic org.apache.lucene.search.SortField sortField(@Nullable java.lang.Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)
IndexFieldDataSortField to used for sorting.sortField in interface IndexFieldData<AtomicGeoPointFieldData>