Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 54330 invoked from network); 25 Jan 2003 01:52:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jan 2003 01:52:27 -0000 Received: (qmail 26911 invoked by uid 97); 25 Jan 2003 01:53:41 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 26895 invoked by uid 97); 25 Jan 2003 01:53:41 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 26863 invoked by uid 98); 25 Jan 2003 01:53:40 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3E31ED70.7040704@wyona.org> Date: Sat, 25 Jan 2003 02:50:40 +0100 From: Michael Wechner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: lucene-dev@jakarta.apache.org Subject: Bug within HTMLParser.jj? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi There seems to be a bug within org/apache/lucene/demo/html/HTMLParser.jj when the "HTML Title" is very long (I guess longer than the 200 characters) When the HTML Title is too long, then the wait(10) loop within the getSummary() method is not being left, because it seems that no more characters are being added. I my case I made a quick fix by adding some MAX_WAIT value: elapsedMillis=elapsedMillis+10; if(elapsedMillis > MAX_WAIT) break; Is anybody else experiencing the same problem? Thanks Michael -- To unsubscribe, e-mail: For additional commands, e-mail: