Closed (fixed)
Project:
Apache Solr Autocomplete
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 16:06 UTC
Updated:
4 Apr 2013 at 15:40 UTC
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
Comment #1
Sensei00S commentedI needed this patch http://drupal.org/node/1956594 for some reason it wasnt getting the stopwords.txt file, thanks for your help!