remove IndexSearcher.docFreq/maxDoc ----------------------------------- Key: LUCENE-3559 URL: https://issues.apache.org/jira/browse/LUCENE-3559 Project: Lucene - Java Issue Type: Improvement Reporter: Robert Muir Assignee: Robert Muir Fix For: 4.0
As pointed out by Mark on SOLR-1632, these are no longer used by the scoring system. We've added new stats to Lucene, so having these methods on indexsearcher makes no sense. Its confusing to people upgrading if they subclassed IndexSearcher to provide distributed stats, only to find these are not used (LUCENE-3555 has a correct API for them to do this). So I think we should remove these in 4.0. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org