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


create a LatLonShapeDocValuesField from an existing tessellation


fun createDocValueField(fieldName: String, indexableFields: Array<Field>): LatLonShapeDocValuesField

create a shape docvalue field from indexable fields