From 17bcd2ab77673754a525f17a7bfaaa37b33d20cc Mon Sep 17 00:00:00 2001 From: Andrey Bozhko Date: Wed, 20 Sep 2023 14:13:19 -0500 Subject: [PATCH] fix protected term filter example (#1894) Co-authored-by: Andrey Bozhko --- solr/solr-ref-guide/modules/indexing-guide/pages/filters.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/filters.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/filters.adoc index 0a6214a97e3..b9089f0c8d1 100644 --- a/solr/solr-ref-guide/modules/indexing-guide/pages/filters.adoc +++ b/solr/solr-ref-guide/modules/indexing-guide/pages/filters.adoc @@ -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"/> ----