Skip to content

Commit

Permalink
Re-added change to schema.xml to avoid tokenization error when synony…
Browse files Browse the repository at this point in the history
…ms are found/emitted for the very first token in the stream
  • Loading branch information
romanchyla committed Dec 28, 2020
1 parent 760684d commit 06437a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@

<!-- add a prefix to all synonyms -->
<filter class="solr.analysis.ResetFilterFactory"
incomingType="SYNONYM" addPrefix="syn::" posIncrement="0" />
incomingType="SYNONYM" addPrefix="syn::" posIncrement="1,2147483647" />

<!-- if the original or synonym contains UPPERCASE variant, mark it as
an acronym but keep the type information (if it is a synonym, it will remain
Expand Down

0 comments on commit 06437a0

Please sign in to comment.