RE: query with quoted string unexpected results

2022-03-31 Thread Teresa McMains
An update: I did get access to the solr admin page and I'm trying a query simply on Lead to succeed Vs "Lead to succeed" And the first returns records, including the one I want and the second does not. Can someone explain, though, the debug output for the quoted search string -- specifically,

Re: query with quoted string unexpected results

2022-03-30 Thread Walter Underwood
Removing stopwords means that “lead to succeed” is corrupted in the index to “lead succeed”. Don’t remove stopwords. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Mar 30, 2022, at 11:25 AM, Teresa McMains > wrote: > > Hello all. > > I've been