Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 7426 invoked from network); 18 May 2003 19:50:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 18 May 2003 19:50:46 -0000 Received: (qmail 20053 invoked by uid 97); 18 May 2003 19:52:57 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 20046 invoked from network); 18 May 2003 19:52:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 18 May 2003 19:52:57 -0000 Received: (qmail 7156 invoked by uid 500); 18 May 2003 19:50:43 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 7143 invoked from network); 18 May 2003 19:50:43 -0000 Received: from mail.hksi.net (HELO netwebapps.com) (204.118.40.43) by daedalus.apache.org with SMTP; 18 May 2003 19:50:43 -0000 Received: from vincent [65.28.50.217] by netwebapps.com with ESMTP (SMTPD32-8.00) id A34E1180008E; Sun, 18 May 2003 14:47:26 -0500 Message-ID: <001801c31d76$caecaa40$d9321c41@vincent> Reply-To: "Bryan LaPlante" From: "Bryan LaPlante" To: Subject: JSP:Search tag problem Date: Sun, 18 May 2003 14:50:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok, I found a problem with the getFields() method of the search tag in the jakarta-lucene-sandbox/contributions/taglib/result.jsp. If no results are produced by your criteria and you call the getFields() method to retrieve the table headers for you result set the getFields() method returns null instead of an empty Set. I keep getting mixed results while trying to fix this. In the mean time just try catch that method call if you need to use it. I did manage to add a new tag which I am currently testing. The Collection tag takes a directory path and adds it to the list of indexes to include in the resulting search, (MultiSearcher). I will submit it for review when I have tested a little more. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org