Skip to content
Snippets Groups Projects
Commit 4ce13402 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Update doc

parent 6c398b6f
Branches
Tags
1 merge request!558Remove feature flag for geoshape decimation
Pipeline #190362 failed
......@@ -4,6 +4,8 @@
- [Indexer service](#indexer-service)
- [Introduction](#introduction)
- [Features](#features)
- [Geoshape Decimation](#geoshape-decimation)
- [Indexer API access](#indexer-api-access)
- [API Reference](#api-reference)
- [Version info endpoint](#version-info-endpoint)
......@@ -23,6 +25,20 @@ The indexer is indexes attributes defined in the schema. Schema can be created a
via Schema Service. The Indexer service also adds number of OSDU Data Platform meta attributes such as id, kind,
parent, acl, namespace, type, version, legaltags, index to each record at the time of indexing.
## Features <a name="features"></a>
### Geoshape Decimation <a name="geoshape-decimation"></a>
In order to improve indexing and search performance for documents with large geometry, the geo-shape of the following
GeoJSON types in the original shape attribute and virtual shape attribute if exists are decimated
by implementing Ramer–Douglas–Peucker algorithm:
- LineString
- MultiLineString
- Polygon
- MultiPolygon
The feature is enabled for all data partitions since M19.
## Indexer API access <a name="indexer-api-access"></a>
- Required roles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment