Re: SOLR Exact phrase search issue

2020-07-15 Thread Erick Erickson
Heck, Charlie, it explains 90% of the problems I’ve personally had with programming in general over my entire career... > On Jul 15, 2020, at 5:08 AM, Charlie Hull wrote: > > On 14/07/2020 12:48, Erick Erickson wrote: >> This is almost certainly a mismatch between what you think is >>

Re: SOLR Exact phrase search issue

2020-07-15 Thread Charlie Hull
On 14/07/2020 12:48, Erick Erickson wrote: This is almost certainly a mismatch between what you think is happening and what you’ve actually told Solr to do ;). That's a great one-line explanation of 90% of the issues people face with Solr :-) Charlie Best, Erick On Jul 14, 2020, at 7:05

Re: SOLR Exact phrase search issue

2020-07-14 Thread Erick Erickson
This is usually a result of either indexing or querying not quite doing what you expect. The screenshots don’t help diagnose as they’re just the results, but don’t really help understand why. So here’s what I do to try to figure out why: 1> add =query to the query You can check the