Re: Search phrase not parsed properly

2020-01-10 Thread chester
Thanks, everyone. I found the stopword_en.txt file and saw that "will" was included in there. I removed it and have re-indexed the core. Hopefully, that will fix the issue. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Search phrase not parsed properly

2020-01-10 Thread chester
I checked the stopwords.txt file and it is empty. That means "will" is not a stop word, correct? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Search phrase not parsed properly

2020-01-10 Thread chester
I'm using solr 6.3 and am having an issue with a certain search phrase. When I search for the phrase "Perkins AND Will", the parsed query does not include "Will". See debug info below. select?q=firmname:(Perkins%20AND%20Will) "debug":{ "rawquerystring":"firmname:(Perkins AND Will)", "que