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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org