[
https://issues.apache.org/jira/browse/SOLR-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-119.
-------------------------------
Resolution: Duplicate
> debugQuery explain info doesn't work for pure negative queries
> --------------------------------------------------------------
>
> Key: SOLR-119
> URL: https://issues.apache.org/jira/browse/SOLR-119
> Project: Solr
> Issue Type: Bug
> Components: search
> Reporter: Hoss Man
> Priority: Trivial
>
> SOLR-80 added support for purely negative queries to SolrIndexSearcher - but
> this was done at a low enough level that the RequestHandlers don't know when
> the query is being internal modified, and the debugQuery info is not
> accurate, you can see this by installing the example setup and looking at
> this URL...
> http://localhost:8983/solr/select/?q=-solr&version=2.2&start=0&rows=1&indent=on&fl=id,score&debugQuery=1
> ...note the explain issue ways hte document doesn't match.
> this is a fairly minor issue, since trying to get score information for a
> completley negative query is fairly meaningless; even if the score info were
> correct it would just say something to the efect of "1.0 : MatchAllDocs"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]