Skip to content

Commit

Permalink
Remove acronym filter from _nosyn fields (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCRPaquin committed Nov 2, 2023
1 parent 5f0fe15 commit def9cd7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deploy/adsabs/server/solr/collection1/conf/schema.xml
Expand Up @@ -664,15 +664,6 @@
<filter
class="org.apache.lucene.analysis.core.SelectiveLowerCaseFilterFactory" />



<!-- if the original or synonym contains UPPERCASE variant, mark it as
an acronym but do not change its type, if it was a SYNONYM, it is important
information for query parsing -->
<filter class="solr.AcronymTokenFilterFactory"
emitBoth="false" prefix="acr::" setType="ACRONYM" />


<!-- remove stop words - first the case sensitively -->
<filter
class="org.apache.lucene.analysis.core.AqpStopFilterFactory"
Expand Down

0 comments on commit def9cd7

Please sign in to comment.