Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 43838 invoked from network); 14 Apr 2011 19:21:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Apr 2011 19:21:16 -0000 Received: (qmail 44749 invoked by uid 500); 14 Apr 2011 19:21:14 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 44709 invoked by uid 500); 14 Apr 2011 19:21:14 -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 44701 invoked by uid 99); 14 Apr 2011 19:21:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 19:21:14 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLYTO,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2011 19:21:08 +0000 Received: by vxa37 with SMTP id 37so2557177vxa.35 for ; Thu, 14 Apr 2011 12:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ENsEETPVsKiKE1Sa5i9GI373U/I2ruEcQxNfu0L/RmA=; b=CNUhttHtvv1pgh7/7j1l2F838NJ+4U9/h+R0LN71T78oY7cV4PeYbb/ISA6YyJqFOO 10FfF6/pwlJsTON9Fwrj0tcOxFZhh1vg3/Q4gelk1D9TeAI5W91VfW6rXBJeOnj1ytak Vt66rFOU15ZDHD71W5+3iMalWqcqsN5oBaST4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=qbvKGjQYTEM94G+QklLjBJytLHATJEVgIskPLbnJbbyoJQANart8SUCTZrJvVOnSao mEb+wdhQcyFaLCg0CUP7l0INTftVkkUV7qsn/Ry5RPSIN1X0AnWDsOqAOcKEVE5tI69m awtx3/FESnvfniTPTWdM0TUptLISmvHgdJh4Y= MIME-Version: 1.0 Received: by 10.52.173.200 with SMTP id bm8mr1728301vdc.24.1302808847159; Thu, 14 Apr 2011 12:20:47 -0700 (PDT) Received: by 10.52.165.35 with HTTP; Thu, 14 Apr 2011 12:20:47 -0700 (PDT) Reply-To: simon.willnauer@gmail.com In-Reply-To: References: Date: Thu, 14 Apr 2011 21:20:47 +0200 Message-ID: Subject: Re: speed of CheckIndex From: Simon Willnauer To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org what kind of diagnostics are you looking for? simon On Thu, Apr 14, 2011 at 9:14 PM, jm wrote: > Thanks Erick, but I guess what you refer to lives in Solr right? I am using > plain Lucene. > > On Thu, Apr 14, 2011 at 7:33 PM, Erick Erickson wrote: > >> What information do you need? Could you just ping the stats component >> and parse the results (basically the info on the admin/stats page). >> >> Best >> Erick >> >> On Thu, Apr 14, 2011 at 11:56 AM, jm wrote: >> >> > Hi, >> > >> > I need to collect some diagnostic info from customer sites, so I would >> like >> > to get info on the status of lucene indexes...but I don't want the >> process >> > of collecting to take very long. >> > >> > So I am considering Checkindex. I tested in a small index (60k docs) and >> it >> > took 12 seconds. A site usually has up to 100 indexes (indexes have 6 >> > fields) so running it for every index like this is unfeasible. >> > >> > Is there a way to make is faster (even if it verifies less things?). Is >> the >> > time Checkindex will take proportional to number of docs? I am on Lucene >> > 3.1 >> > >> > thanks >> > >> > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org