DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32055>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32055 Refactoring of SpanScorer Summary: Refactoring of SpanScorer Product: Lucene Version: CVS Nightly - Specify date in submission Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Search AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Refactored some common code in next() and skipTo(). Removed dependency on score value for next() and skipTo(). Passes all current tests at just about the same speed as the current version. Added minimal javadoc. Iirc, there has been some discussion on the dependency of next() and skipTo() on the score value, but I don't remember the conclusion. In case that dependency should stay in, it can be adapted in the refactored code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]