Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 56206 invoked from network); 22 Dec 2008 21:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 21:08:04 -0000 Received: (qmail 87063 invoked by uid 500); 22 Dec 2008 21:07:58 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 87034 invoked by uid 500); 22 Dec 2008 21:07:58 -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 87023 invoked by uid 99); 22 Dec 2008 21:07:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 13:07:58 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 21:07:50 +0000 Received: by an-out-0708.google.com with SMTP id b2so689428ana.5 for ; Mon, 22 Dec 2008 13:07:28 -0800 (PST) Received: by 10.100.8.17 with SMTP id 17mr4109818anh.85.1229980048481; Mon, 22 Dec 2008 13:07:28 -0800 (PST) Received: from ?10.17.4.4? (pool-173-48-164-75.bstnma.fios.verizon.net [173.48.164.75]) by mx.google.com with ESMTPS id c40sm19744274anc.28.2008.12.22.13.07.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Dec 2008 13:07:27 -0800 (PST) Message-Id: <83F1F97B-34E5-4BE4-A664-F3565C9D5A47@mikemccandless.com> From: Michael McCandless To: java-user@lucene.apache.org In-Reply-To: <21134951.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: optimize: went from 14488449 to 38449 Date: Mon, 22 Dec 2008 16:07:25 -0500 References: <21085589.post@talk.nabble.com> <015e01c96193$f4cde1f0$710bc30a@sv.us.sonicwall.com> <21085775.post@talk.nabble.com> <21134951.post@talk.nabble.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org OK. Thanks for bringing closure here. Mike 1world1love wrote: > > > > Michael McCandless-2 wrote: >> >> >> How did you delete the documents? EG, by docID using IndexReader, by >> Term or Query using IndexWriter? >> >> And when you said your previous index had 14488449 docs, was >> numDocs() >> or maxDoc()? >> >> > > I deleted by docid. I got the number by numdocs. > > Just to followup, I think that this was caused by some filesystem > issues. My > sysadmin said there were numerous nfs errors in the log. > > Also, after this happened, I ran a checkindex and got a weird EOF > exception. > > Since then, I made another copy and did a checksum on all of the > files and > then did the optimize and it worked fine. > -- > View this message in context: http://www.nabble.com/optimize%3A-went-from-14488449-to-38449-tp21085589p21134951.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org