From lucene-user-return-6393-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Fri Dec 05 11:41:53 2003 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 26349 invoked from network); 5 Dec 2003 11:41:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Dec 2003 11:41:53 -0000 Received: (qmail 50423 invoked by uid 500); 5 Dec 2003 11:41:47 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 50390 invoked by uid 500); 5 Dec 2003 11:41:47 -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 50371 invoked from network); 5 Dec 2003 11:41:46 -0000 Received: from unknown (HELO web25201.mail.ukl.yahoo.com) (217.12.10.61) by daedalus.apache.org with SMTP; 5 Dec 2003 11:41:46 -0000 Message-ID: <20031205114144.10693.qmail@web25201.mail.ukl.yahoo.com> Received: from [212.126.153.239] by web25201.mail.ukl.yahoo.com via HTTP; Fri, 05 Dec 2003 11:41:44 GMT Date: Fri, 5 Dec 2003 11:41:44 +0000 (GMT) From: =?iso-8859-1?q?jt=20oob?= Subject: Re: Testing for Optimization To: Lucene Users List In-Reply-To: <20031204195729.GG34796@rlx11.zapatec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --- Dror Matalon wrote: > I believe that indexes that are optimized have only one segment. So > in > theory you could check and see that you only have one file with a > ".fdt", ".fdx", etc. If run `cat/index_dir/segements` on an optimized index there is only only string in there. It matches up with prefix of files in the index directory. If i run the same on an un-optimized index dir then i get back several strings. There are more files in the optimized index dir than just the ones with the prefix listed in the segments file. Have i corrupted my indexes? Can I safely delete those files which do not have the prefix listed in the segments file? Thanks, jt ________________________________________________________________________ Download Yahoo! Messenger now for a chance to win Live At Knebworth DVDs http://www.yahoo.co.uk/robbiewilliams --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org