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
8b6f0b33
Commit
8b6f0b33
authored
1 year ago
by
Zhibin Mai
Browse files
Options
Downloads
Patches
Plain Diff
Add doc of the index augmenter
parent
c8f7cf04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#202205
failed
1 year ago
Stage: review
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tutorial/IndexAugmenter.md
+5
-0
5 additions, 0 deletions
docs/tutorial/IndexAugmenter.md
with
5 additions
and
0 deletions
docs/tutorial/IndexAugmenter.md
+
5
−
0
View file @
8b6f0b33
...
...
@@ -324,11 +324,15 @@ the records from the `OSDU search` results, any one of the following mistakes ca
*
The feature flag
`index-augmenter-enabled`
for
`Index Augmenter`
is not enabled in the given data partition. Please check
with the service provider.
*
If the extended properties are created in the data records but those extended properties are not searchable, the option
`force_clean`
for re-index
is not set to
`True`
.
*
Any one of the mandatory properties is missing, such as
`data.Code`
,
`data.Configurations[].Name`
,
`data.Configurations[].Policy`
or
`data.Configurations[].Paths[].ValueExtraction.ValuePath`
and etc.
*
The value of
`data.Code`
in the record is not a major schema version kind which is ended with version major and dot.
*
Multiple IndexPropertyPathConfiguration records to a major schema version kind may exist. Using kind
`osdu:wks:work-product-component--WellLog:1.`
as example to run OSDU query:
```
...
...
@@ -337,6 +341,7 @@ the records from the `OSDU search` results, any one of the following mistakes ca
"query": "data.Code: "\osdu:wks:work-product-component--WellLog:1."\"
}
```
*
If not all extended properties are missing, the
`Configurations[]`
of the missing extended properties could be invalid.
The
`Index Augmenter`
engine can do basic syntax check on each configuration and only ignore the invalid ones.
...
...
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