Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 46423 invoked from network); 2 Jul 2004 13:08:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jul 2004 13:08:02 -0000 Received: (qmail 78913 invoked by uid 500); 2 Jul 2004 13:07:42 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 78794 invoked by uid 500); 2 Jul 2004 13:07:41 -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 78557 invoked by uid 99); 2 Jul 2004 13:07:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_70_80,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [64.65.202.3] (HELO contextmedia.com) (64.65.202.3) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 02 Jul 2004 06:07:35 -0700 Received: from ppeddi ([192.168.1.44]) by contextmedia.com ; Fri, 02 Jul 2004 09:05:49 -0400 Message-ID: <051601c46035$8985d880$aa87a8c0@ppeddi> From: "Praveen Peddi" To: "Lucene Users List" References: <043701c45fb0$3166f3d0$aa87a8c0@ppeddi> <006201c45fb3$f39cf0f0$891be818@ernesto> Subject: Compile errors in FrenchAnalyzer Date: Fri, 2 Jul 2004 09:07:32 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0513_01C46014.02636FA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Rcpt-To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0513_01C46014.02636FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I get compile time errors with FrenchAnalyzer in the constructor with = file name and the method setStemExclusionTable. Unhandled exception type IOException How do I fix these errors? Should I just throw IOException or catch the = exception in the method and ignore. I am using lucene 1.4 final. Praveen ------=_NextPart_000_0513_01C46014.02636FA0--