Skip to content

Geoshape decimation

Zhibin Mai requested to merge geoshape_decimation into master

Issue Fix the search and indexing performance issues when the geometry of the document is large

The feature flag is managed by using the Partition Service. Here is an example to enable this feature by setting the property "indexer-decimation-enabled" in a given data partition:

{
   "indexer-decimation-enabled": {
        "sensitive": false,
        "value": "true"
    }
}

If the property "indexer-decimation-enabled" is not created or the property value is set to "false" (String type) in the given data partition, the geo-shape decimation will be ignored.

Edited by Zhibin Mai

Merge request reports