Skip to content

Commit

Permalink
fix protected term filter example (#1894)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Bozhko <[email protected]>
  • Loading branch information
AndreyBozhko and Andrey Bozhko authored Sep 20, 2023
1 parent 3883980 commit c289744
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 c289744

Please sign in to comment.