Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 33145 invoked from network); 25 May 2006 21:01:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 21:01:02 -0000 Received: (qmail 9022 invoked by uid 500); 25 May 2006 21:01:01 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 9006 invoked by uid 500); 25 May 2006 21:01:00 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 8992 invoked by uid 99); 25 May 2006 21:01:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 14:01:00 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [204.90.187.18] (HELO smtp-gw4.us.gxs.com) (204.90.187.18) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 14:00:59 -0700 Received: from unknown (HELO bromail01.internal.gxs.com) ([10.160.0.166]) by smtp-gw4.us.gxs.com with ESMTP; 25 May 2006 17:06:03 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6803E.4525068D" Subject: Lucene 1.9.1 Fields() Date: Thu, 25 May 2006 17:00:36 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Lucene 1.9.1 Fields() Thread-Index: AcaAPkTY2GNSQpXPQzqWAWteUX0trQ== From: To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6803E.4525068D Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm having a little trouble converting my code from Lucene 1.4.2 to Lucene 1.9.1. The following code is throwing exceptions, but I'm not sure why. =20 Field myfield =3D new Field("docid", "5", Field.Store.YES, Field.Index.UN_TOKENIZED); =20 Any help greatly appreciated. =20 The exception is: org.apache.lucene.document.Field.(Ljava/lang/String;Ljava/lang/Str ing;Lorg/apache/lucene/document/Field$Store;Lorg/apache/lucene/document/ Field$Index;)V java.lang.NoSuchMethodError=20 =20 Thanks, Charles =20 =20 ------_=_NextPart_001_01C6803E.4525068D--