You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2009/04/14 14:36:14 UTC

[jira] Created: (LUCENE-1601) Handle 3.0 specific TODOs, following LUCENE-1575

Handle 3.0 specific TODOs, following LUCENE-1575
------------------------------------------------

                 Key: LUCENE-1601
                 URL: https://issues.apache.org/jira/browse/LUCENE-1601
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Search
            Reporter: Shai Erera
             Fix For: 3.0


In LUCENE-1575 we've changed the HitCollector API to Collector, as well as decoupled score from collect(). Also, we've allowed TopFieldCollector to not track document scores and maxScore. For back-compat reasons we kept defaults to true (i.e., track scores), but should remove them in 3.0.
This issue will handle all the 3.0 targeted changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (LUCENE-1601) Handle 3.0 specific TODOs, following LUCENE-1575

Posted by "Shai Erera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera closed LUCENE-1601.
------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 3.0)

LUCENE-1656 turned off scoring when sorting by default, so there no need for this issue anymore.

> Handle 3.0 specific TODOs, following LUCENE-1575
> ------------------------------------------------
>
>                 Key: LUCENE-1601
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1601
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Search
>            Reporter: Shai Erera
>
> In LUCENE-1575 we've changed the HitCollector API to Collector, as well as decoupled score from collect(). Also, we've allowed TopFieldCollector to not track document scores and maxScore. For back-compat reasons we kept defaults to true (i.e., track scores), but should remove them in 3.0.
> This issue will handle all the 3.0 targeted changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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