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

Phrase search issue with XMLPayload? Is it the better solution?

2010-01-04 Thread Shairon
rectangle(graphical word geometry) for each term? thank you in advance -- View this message in context: http://old.nabble.com/Phrase-search-issue-with-XMLPayload--Is-it-the-better-solution--tp27018815p27018815.html Sent from the Solr - User mailing list archive at Nabble.com.

Phrase Search Issue

2009-05-21 Thread dabboo
. I am doing this using dismax request. I would appreciate if somebody can provide me some pointers. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Phrase-Search-Issue-tp23648813p23648813.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Phrase Search Issue

2009-05-21 Thread dabboo
as OR and returning all the records, which are having either of these words. I am doing this using dismax request. I would appreciate if somebody can provide me some pointers. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Phrase-Search-Issue-tp23648813p23649189.html

Re: Phrase Search Issue

2009-05-21 Thread Otis Gospodnetic
, 2009 3:48:45 AM Subject: Re: Phrase Search Issue This problem is related with the default operator in dismax. Currently OR is the default operator and it is behaving perfectly fine. I have changed the default operator in schema.xml to AND, I also have changed the minimum match to 100