I would _definitely_ follow Walter’s advice (take the stopword filter out) as my starting point. It’ll make your life a lot easier.
I’ll add that I have seen clients with very large clusters that were willing to deal with the issues inherent in stopwords (and there are more than just this) for reductions in index size and the associated hardware savings. When you’re talking a 1,000 node cluster of decent sized servers, a 10% reduction in hardware can be worth the aggravation. But that’s something I’d save until there was a demonstrated need and avoid premature optimization... Best, Erick > On Jan 10, 2020, at 9:24 PM, Walter Underwood <wun...@wunderwood.org> wrote: > > Remove ALL the stopwords. Remove the stopword filter. > > This will happen again and again with different words until you do that. > > Stopwords were necessary with 16-bit CPUs. I stopped using them in 1996. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > >> On Jan 10, 2020, at 6:12 PM, chester <nam.p...@construction.com.INVALID> >> wrote: >> >> 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 >