static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
double lat,
double lon) |
create doc value field for lat lon line geometry without creating indexable fields.
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
List<ShapeField.DecodedTriangle> tessellation) |
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
Field[] indexableFields) |
create a shape docvalue field from indexable fields
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
Line line) |
create doc value field for lat lon line geometry without creating indexable fields.
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
Polygon polygon) |
create doc value field for lat lon polygon geometry without creating indexable fields
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
Polygon polygon,
boolean checkSelfIntersections) |
create doc value field for lat lon polygon geometry without creating indexable fields.
|
static LatLonShapeDocValuesField |
LatLonShape.createDocValueField(String fieldName,
BytesRef binaryValue) |
|