-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.5.11, 3.3.0-2021
-
Fix Version/s: None
-
Component/s: ML Data Enrichment
-
Tags:
-
Team:AI
-
Story Points:1
Update Documentation with enrichment ES recommendations
Indexing of complex property list might cause issues, therefore enrichments:filled and enrichments:corrected should be excluded from indexing.
Since ES mapping is contributed by customers we can only improve our documentation by adding a recommendation for the dynamic templates
"no_enrichment_filled_template" : { "mapping" : { "index" : "no", "include_in_all" : false }, "path_match" : "enrichment:filled.*" } }