createDocValueField
create doc value field for lat lon polygon geometry without creating indexable fields
fun createDocValueField(fieldName: String, polygon: Polygon, checkSelfIntersections: Boolean): LatLonShapeDocValuesField
create doc value field for lat lon polygon geometry without creating indexable fields.
create doc value field for lat lon line geometry without creating indexable fields.
create doc value field for lat lon point geometry without creating indexable fields.
create a LatLonShapeDocValuesField from an existing encoded representation
fun createDocValueField(fieldName: String, tessellation: List<ShapeField.DecodedTriangle>): LatLonShapeDocValuesField
create a LatLonShapeDocValuesField from an existing tessellation
fun createDocValueField(fieldName: String, indexableFields: Array<Field>): LatLonShapeDocValuesField
create a shape docvalue field from indexable fields