Skip to content

Commit

Permalink
fix protected term filter example (apache#1894)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Bozhko <[email protected]>
  • Loading branch information
2 people authored and anshumg committed Sep 20, 2023
1 parent 7bed0b0 commit 17bcd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,7 @@ For all terms except those in `protectedTerms.txt`, synonyms are added, terms ar
ignoreCase="true" protected="protectedTerms.txt"
wrappedFilters="SynonymGraph-fwd,ReverseString,SynonymGraph-rev"
synonymgraph-FWD.synonyms="fwd-syns.txt"
synonymgraph-FWD.synonyms="rev-syns.txt"/>
synonymgraph-REV.synonyms="rev-syns.txt"/>
</analyzer>
----

Expand Down

0 comments on commit 17bcd2a

Please sign in to comment.