Hi, my solr autocomplete is still suggesting words from the stopwords.txt file. I tried restarting solr itself and restarting tomcat (my solr is run through tomcat) and it still doesn't work.
Here is a example of one of the fields referencing it from my schema.xml (it is default I havent changed anything)



-->

ignoreCase="true"
words="stopwords.txt"
enablePositionIncrements="true"
/>

help please

Comments

Sensei00S’s picture

Status: Active » Closed (fixed)

I needed this patch http://drupal.org/node/1956594 for some reason it wasnt getting the stopwords.txt file, thanks for your help!