Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 62278 invoked from network); 2 Mar 2005 02:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Mar 2005 02:21:00 -0000 Received: (qmail 1928 invoked by uid 500); 2 Mar 2005 02:20:55 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 1906 invoked by uid 500); 2 Mar 2005 02:20:55 -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 1891 invoked by uid 99); 2 Mar 2005 02:20:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.purposedriven.com (HELO pd-sbc-smtp-01.purposedriven.com) (66.161.69.20) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Mar 2005 18:20:54 -0800 Received: from PD-EVS-01.purposedriven.com ([10.150.3.12] RDNS failed) by pd-sbc-smtp-01.purposedriven.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 1 Mar 2005 18:21:22 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to manipulate the lucene index table Date: Tue, 1 Mar 2005 18:21:21 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to manipulate the lucene index table Thread-Index: AcUewAExWD+LwIBuS/K7kr0gFmUR7AADnBfg From: "Kyong Kwak" To: "Lucene Users List" X-OriginalArrivalTime: 02 Mar 2005 02:21:22.0431 (UTC) FILETIME=[86D7C0F0:01C51ECE] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You can try Luke http://www.getopt.org/luke/=20 -----Original Message----- From: Srimant Mishra [mailto:smisra@etouch.net]=20 Sent: Tuesday, March 01, 2005 4:39 PM To: lucene-user@jakarta.apache.org Subject: How to manipulate the lucene index table Hi all,=20 =20 I have a web-based application that we use to index text documents as well as images; the indexes fields are either Field.Unstored or Field.Keyword.=20 =20 =20 Currently, we plan to modify some of the index field names. For example, if the index field name was DOCLOCALE, we plan to break it up into two fields: DOCUMENTTYPE and LOCALE. Since, the index files that lucene creates have become quite big (close to 1 gig), we are looking for a way to be able to read the index entries and modify them via a standalone Java program. =20 Does lucene provide any APIs to read these index entries and update them? Is there an easy way to do it? =20 Thanks in advance Srimant --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org