DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26396>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26396 [Patch] Corrected HighFreqTerms Summary: [Patch] Corrected HighFreqTerms Product: Lucene Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I had a problem running HighFreqTerms in lucene-sandbox, due to an arrayoutofboundexception (there was a > where a >= was needed or something). It also appeared to me that the code could be simplified by using the insert method of PQ (which is also faster than push/pop). Jean-François Halleux --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
