Re: explainOther SOLR concept?

2019-06-27 Thread baris . kazar
Thanks but i am not using SOLR. i am debugging manually without using any explain apis in lucene. Best regards On 6/27/19 5:45 PM, Chris Hostetter wrote: : It’s a Solr-only param for adding to debug=true…. at the Lucene level it's just calling the explain() method on an arbitrary docId r

Re: explainOther SOLR concept?

2019-06-27 Thread Chris Hostetter
: It’s a Solr-only param for adding to debug=true…. at the Lucene level it's just calling the explain() method on an arbitrary docId regardless of whether that doc appear in the topN results for that query (or if it matches the query at all) -Hoss http://www.lucidworks.com/ -

Re: explainOther SOLR concept?

2019-06-27 Thread Erick Erickson
It’s a Solr-only param for adding to debug=true…. > On Jun 27, 2019, at 12:11 PM, baris.ka...@oracle.com wrote: > > Hi,- > > is explainOther a SOLR concept/parameter? > > i think i can only find it in SOLR docs but not pure Lucene docs. > > Best regards > > > ---

explainOther SOLR concept?

2019-06-27 Thread baris . kazar
Hi,-  is explainOther a SOLR concept/parameter? i think i can only find it in SOLR docs but not pure Lucene docs. Best regards - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail:

Re: how to find out each score contribution from booleanquery components

2019-06-27 Thread baris . kazar
the index has "united states" and still investigating why MAINS does not return MAIN but MAINK etc. does return MAIN first. Best regards On 6/27/19 1:24 PM, baris.ka...@oracle.com wrote: Hi,-  i will check explainOther parameter and see how it is used. i am not sure the problem lies with

Re: how to find out each score contribution from booleanquery components

2019-06-27 Thread baris . kazar
Hi,-  i will check explainOther parameter and see how it is used. i am not sure the problem lies with countryDFLT since other search cases with other consonants work fine but i will check Your suggestions, thanks. Btw, why is the rest of the query not showing up in the explain plan? Best re

Re: how to find out each score contribution from booleanquery components

2019-06-27 Thread Erick Erickson
BTW, if you have the ID of the doc you _think_ should be returned you can see why it wasn’t by using the explainOther parameter. > On Jun 27, 2019, at 8:11 AM, András Péteri > wrote: > > Hi Baris, > > Explanation's output is hierarchical, and the leading "0.0" values you > are seeing are the i

Re: how to find out each score contribution from booleanquery components

2019-06-27 Thread András Péteri
Hi Baris, Explanation's output is hierarchical, and the leading "0.0" values you are seeing are the individual contributions of each boolean clause or any other nested query. Going from bottom to top: Term query on countryDFLT = 'states', but no term matched this value --> score is 0.0 for the t

Re: how to find out each score contribution from booleanquery components

2019-06-27 Thread baris . kazar
Hi,- Any ideas on what might be happening? maybe i am missing, is there an api to look into each contribution of score into total scrore from the booleanquery? Best regards On 6/26/19 2:29 PM, Baris Kazar wrote: All must queries (and the rest of course) work ok when i search MAINK, MAINL,