Package | Description |
---|---|
org.elasticsearch.index.fielddata.plain | |
org.elasticsearch.index.mapper.geo |
Constructor and Description |
---|
Single(GeoPointFieldMapper.Encoding encoding,
org.apache.lucene.util.packed.PagedMutable lon,
org.apache.lucene.util.packed.PagedMutable lat,
org.apache.lucene.util.FixedBitSet set) |
Modifier and Type | Method and Description |
---|---|
static GeoPointFieldMapper.Encoding |
GeoPointFieldMapper.Encoding.of(DistanceUnit.Distance precision)
Get an instance based on the expected precision.
|
static GeoPointFieldMapper.Encoding |
GeoPointFieldMapper.Encoding.of(int numBytesPerValue)
Get an instance based on the number of bytes that has been used to encode values.
|
Copyright © 2009–2015. All rights reserved.