简体   繁体   中英

multi word stopwords in solr

How can I use phrases in stopwords.txt file like 'process for making','method for preparation'. I have tried the solution mentioned here ,but could not succeed.Kindly guide me.

How stopwords are used in your environment depends on your configuration. (solr.xml)

For example: if you tokenized the word before applying stopwords, so: process for making will tokenized to process for making and that will not match your stopwords.txt entry, which is process for making

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM