Skip to content

Commit

Permalink
Merge pull request #816 from lonvia/fix-bad-collector
Browse files Browse the repository at this point in the history
OpenSearch version: fix collector name
  • Loading branch information
lonvia committed Jun 11, 2024
2 parents a57b831 + e0bb99d commit 3547a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void setupBaseMappings() {

mappings.properties("name.default", b -> b.text(p -> p
.index(false)
.copyTo("collector.default", "collector_base")));
.copyTo("collector.default", "collector.base")));

// Collector for all name parts.
mappings.properties("name.other", b -> b.text(pi -> pi.index(true).analyzer("index_raw")));
Expand Down

0 comments on commit 3547a95

Please sign in to comment.