Mailing List Archive

explainOther SOLR concept?
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
Re: explainOther SOLR concept? [ In reply to ]
It’s a Solr-only param for adding to debug=true….

> On Jun 27, 2019, at 12:11 PM, baris.kazar@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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
Re: explainOther SOLR concept? [ In reply to ]
: 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? [ In reply to ]
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 regardless of whether that doc appear in the topN results for that
> query (or if it matches the query at all)
>
>
> -Hoss
> https://urldefense.proofpoint.com/v2/url?u=http-3A__www.lucidworks.com_&d=DwIDaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIrMUB65eapI_JnE&r=nlG5z5NcNdIbQAiX-BKNeyLlULCbaezrgocEvPhQkl4&m=-VfkKS7dUKpY-X9ad1pWaW8m0U5t7aP9UOPKvevJvrA&s=OK4e4P0cxlfUbdPt527ZDXPj6oQ0BlMerQReZumnbxg&e=
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org