Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 6448 invoked from network); 20 Jan 2011 18:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2011 18:59:48 -0000 Received: (qmail 13150 invoked by uid 500); 20 Jan 2011 18:59:41 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 12544 invoked by uid 500); 20 Jan 2011 18:59:40 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 12522 invoked by uid 99); 20 Jan 2011 18:59:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 18:59:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 18:59:32 +0000 Received: by pwj9 with SMTP id 9so191215pwj.35 for ; Thu, 20 Jan 2011 10:59:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.231.8 with SMTP id d8mr2518136wfh.252.1295549950120; Thu, 20 Jan 2011 10:59:10 -0800 (PST) Received: by 10.142.100.16 with HTTP; Thu, 20 Jan 2011 10:59:10 -0800 (PST) Date: Thu, 20 Jan 2011 13:59:10 -0500 Message-ID: Subject: WARNING: re-index all trunk indices From: Michael McCandless To: Lucene Users , solr-user@lucene.apache.org, "dev@lucene.apache.org Dev" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org If you are using Lucene's trunk (to be 4.0) builds, read on... I just committed LUCENE-2872, which is a hard break on the index file format. If you are living on Lucene's trunk then you have to remove any previously created indices and re-index, after updating. The change cuts over to a faster on-disk terms dictionary format, which block-encodes term data & metadata between indexed terms. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org