David Smiley created LUCENE-4421: ------------------------------------ Summary: TermsFilter should use TermsEnum.seekExact not seekCeil Key: LUCENE-4421 URL: https://issues.apache.org/jira/browse/LUCENE-4421 Project: Lucene - Core Issue Type: Improvement Components: core/search Reporter: David Smiley Priority: Minor
TermsFilter line 82 is: if (termsEnum.seekCeil(br) == TermsEnum.SeekStatus.FOUND) { I expected use of seekExact(...) since the Filter shouldn't need to potentially advance to the one after. -- 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org