I needed to run a search with a query containing the word "not", so I removed "not" from the stopwords.txt file. Which seemed to work, at least as far as parsing the query. It was now successfully searching for that keyword, as noted in the query debugger. However it isn't returning any results where "not" is in the query, which suggests "not" hasn't been indexed. However looking at the listing for a particular item, "not" is listed as one of the keywords, so it should be finding it?
I'm fairly new to solr, so this is probably something really simple.. Any help is appreciated -- View this message in context: http://www.nabble.com/Still-no-results-after-removing-from-stopwords-tp18919496p18919496.html Sent from the Solr - User mailing list archive at Nabble.com.