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,
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