Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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...
...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"
Attachments
Issue Links
- is duplicated by
-
SOLR-2636 Explain doesn't deal with negative only queries completely correctly
- Closed