public abstract class AbstractLatLonPointDVIndexFieldData extends DocValuesIndexFieldData implements IndexGeoPointFieldData
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLatLonPointDVIndexFieldData.Builder |
static class |
AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData |
IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource
fieldName, index
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, index
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, getFieldName, load, loadDirect
index
public org.apache.lucene.search.SortField sortField(@Nullable java.lang.Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)
IndexFieldData
SortField
to used for sorting.sortField
in interface IndexFieldData<AtomicGeoPointFieldData>