Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
c85271a2
Commit
c85271a2
authored
2 years ago
by
Zhibin Mai
Browse files
Options
Downloads
Patches
Plain Diff
Update the doc
parent
2b97d652
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!486
Enable the feature flag for geo-shape decimation by default
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tutorial/PreviewFeatures.md
+7
-6
7 additions, 6 deletions
docs/tutorial/PreviewFeatures.md
with
7 additions
and
6 deletions
docs/tutorial/PreviewFeatures.md
+
7
−
6
View file @
c85271a2
...
...
@@ -8,17 +8,18 @@ by implementing Ramer–Douglas–Peucker algorithm:
-
Polygon
-
MultiPolygon
In order to reduce the risk when extended evaluation of the solution is still on going, a feature flag that is managed by
the Partition Service is applied to the solution.
Here is an example to enable this feature by setting the property "indexer-decimation-enabled" in a given data partition:
The feature is enabled by default for all data partitions. If client does not want the geo-shape to be decimated in their
data partitions, they can disable geo-shape decimation through the Partition Service.
Here is an example to disable this feature by setting the property "indexer-decimation-enabled" in a given data partition:
```
{
"indexer-decimation-enabled": {
"sensitive": false,
"value": "
tru
e"
"value": "
fals
e"
}
}
```
If the property "indexer-decimation-enabled" is not created or the property value is set to "
fals
e" (String type) in the
given data partition, the geo-shape decimation will be
ignor
ed.
If the property "indexer-decimation-enabled" is not created or the property value is set to "
tru
e" (String type) in the
given data partition, the geo-shape decimation will be
enabl
ed.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment