@Deprecated public final class Geo3DPointField extends Field
Geo3DDocValuesFormat for the field.Field.Index, Field.Store, Field.TermVector| Modifier and Type | Field and Description | 
|---|---|
static FieldType | 
TYPE
Deprecated.  
Indexing  
FieldType. | 
boost, fieldsData, name, tokenStream, type| Constructor and Description | 
|---|
Geo3DPointField(String name,
               PlanetModel planetModel,
               double lat,
               double lon)
Deprecated.  
Creates a new Geo3DPointField field with the specified lat, lon (in radians), given a planet model. 
 | 
Geo3DPointField(String name,
               PlanetModel planetModel,
               double x,
               double y,
               double z)
Deprecated.  
Creates a new Geo3DPointField field with the specified x,y,z. 
 | 
binaryValue, boost, fieldType, name, numericValue, readerValue, setBoost, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, stringValue, tokenStream, tokenStreamValue, toString, translateFieldTypepublic Geo3DPointField(String name, PlanetModel planetModel, double lat, double lon)
IllegalArgumentException - if the field name is null or lat or lon are out of boundspublic Geo3DPointField(String name, PlanetModel planetModel, double x, double y, double z)
IllegalArgumentException - if the field name is null or lat or lon are out of boundsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.