Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class GeoPointFieldMapper.LatLonPointWithDocValues
java.lang.Object
org.apache.lucene.document.Field
org.elasticsearch.index.mapper.GeoPointFieldMapper.LatLonPointWithDocValues
- All Implemented Interfaces:
org.apache.lucene.index.IndexableField
- Enclosing class:
GeoPointFieldMapper
public static class GeoPointFieldMapper.LatLonPointWithDocValues
extends org.apache.lucene.document.Field
Utility class that allows adding index and doc values in one field
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.document.Field
org.apache.lucene.document.Field.Store -
Field Summary
FieldsFields inherited from class org.apache.lucene.document.Field
fieldsData, name, tokenStream, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.document.Field
binaryValue, fieldType, getCharSequenceValue, invertableType, name, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, storedValue, stringValue, tokenStream, tokenStreamValue
-
Field Details
-
TYPE
public static final org.apache.lucene.document.FieldType TYPE
-
-
Constructor Details
-
LatLonPointWithDocValues
-
-
Method Details
-
numericValue
- Specified by:
numericValuein interfaceorg.apache.lucene.index.IndexableField- Overrides:
numericValuein classorg.apache.lucene.document.Field
-
toString
- Overrides:
toStringin classorg.apache.lucene.document.Field
-