Skip to content

Commit

Permalink
Update elasticsearch to opensearch
Browse files Browse the repository at this point in the history
Signed-off-by: Harold Wang <[email protected]>
  • Loading branch information
harold-wang committed Mar 24, 2021
1 parent c7fb0e8 commit 78ae587
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ public void testSynonymsAnalysis() throws IOException {
match("synonymAnalyzerWordnet_file", "abstain", "abstain refrain desist");
match("synonymAnalyzerWithsettings", "kimchy", "sha hay");
match("synonymAnalyzerWithStopAfterSynonym", "kimchy is the dude abides , stop", "shay is the opensearch man! ,");
match("synonymAnalyzerWithStopBeforeSynonym", "kimchy is the dude abides , stop", "shay is the elasticsearch man! ,");
match("synonymAnalyzerWithStopBeforeSynonym", "kimchy is the dude abides , stop", "shay is the opensearch man! ,");
match("synonymAnalyzerWithStopSynonymAfterSynonym", "kimchy is the dude abides", "shay is the man!");
match("synonymAnalyzerExpand", "kimchy is the dude abides", "kimchy shay is the dude elasticsearch abides man!");
match("synonymAnalyzerExpand", "kimchy is the dude abides", "kimchy shay is the dude opensearch abides man!");
match("synonymAnalyzerExpandWithStopAfterSynonym", "kimchy is the dude abides", "shay is the dude abides man!");

}
Expand Down

0 comments on commit 78ae587

Please sign in to comment.