You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/01/24 18:59:38 UTC

DO NOT REPLY [Bug 26396] New: - [Patch] Corrected HighFreqTerms

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: lucene-dev@jakarta.apache.org
        ReportedBy: halleux.jf@skynet.be


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: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org