Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 51450 invoked from network); 9 May 2002 20:09:16 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 May 2002 20:09:16 -0000 Received: (qmail 11164 invoked by uid 97); 9 May 2002 20:09:18 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 11132 invoked by uid 97); 9 May 2002 20:09:17 -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 11120 invoked by uid 98); 9 May 2002 20:09:17 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Thu, 9 May 2002 13:36:29 -0700 (PDT) From: "Robert A. Decker" X-Sender: decker@adsl-63-198-218-205.dsl.snfc21.pacbell.net To: Lucene Users List Subject: Re: How to get number of indexed documents non-programatically? In-Reply-To: <20020509172636.45752.qmail@web12704.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've been looking around in the files but don't see anything obvious. It's really no big deal - I was doing a big index of a couple thousand documents and wanted to see how far I was, but didn't put anything in my code to give me that sort of information. It was running remotely on a unix box, so I was hoping I could find something in the index files. I'll eventually just add something to my code to give me an update as it indexes. thanks, rob http://www.robdecker.com/ http://www.planetside.com/ On Thu, 9 May 2002, Otis Gospodnetic wrote: > I don't think there is a human-readable file in the index that will get > you the number of indexed documents. If you find it, let me know, I'd > like to know about it and add it to the FAQ. > > This is what I get on a Linux machine using 'file' against all index > files: > > otis@daemon2 0 PpcActivity$ file * > _6p.f1: MP32, Mono > _6p.f2: Non-ISO extended-ASCII text, with no line terminators > _6p.f3: MP32, Mono > _6p.fdt: data > _6p.fdx: data > _6p.fnm: data > _6p.frq: data > _6p.prx: data > _6p.tii: data > _6p.tis: data > deletable: ASCII text, with no line terminators > segments: data > > > Otis > > --- "Robert A. Decker" wrote: > > I was just wondering if there's a way to get the number of documents > > indexed in a lucene index without running any java code? For example, > > is > > there some human-readable information that can be found in the index > > files? > > > > thanks, > > rob > > > > http://www.robdecker.com/ > > http://www.planetside.com/ > > > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Shopping - Mother's Day is May 12th! > http://shopping.yahoo.com > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: