You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2013/02/26 18:30:13 UTC

[jira] [Created] (LUCENE-4803) DrillDownQuery should rewrite to FilteredQuery?

Michael McCandless created LUCENE-4803:
------------------------------------------

             Summary: DrillDownQuery should rewrite to FilteredQuery?
                 Key: LUCENE-4803
                 URL: https://issues.apache.org/jira/browse/LUCENE-4803
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless
             Fix For: 4.2, 5.0


Today we rewrite to a query like +baseQuery +ConstantScoreQuery(boost=0.0 TermQuery(drillDownTerm)), but I'm not certain 0.0 boost is safe / doesn't actually change scores.

We should also add a test to assert that scores are not changed by drill down.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org