Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 20081 invoked from network); 19 Jun 2004 03:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jun 2004 03:04:29 -0000 Received: (qmail 34946 invoked by uid 500); 19 Jun 2004 03:04:46 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 34889 invoked by uid 500); 19 Jun 2004 03:04:44 -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 34843 invoked by uid 99); 19 Jun 2004 03:04:43 -0000 Received: from [208.185.174.144] (HELO mr3.zonelabs.com) (208.185.174.144) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 18 Jun 2004 20:04:43 -0700 Received: from exgate2.zonelabs.com ([172.16.211.234]) by mr3.zonelabs.com (8.12.11/8.12.11/BCH2.0) with ESMTP id i5J346ic008500 for ; Fri, 18 Jun 2004 20:04:07 -0700 (PDT) Received: from exmb2.zonelabs.com ([172.16.211.235]) by exgate2.zonelabs.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 18 Jun 2004 20:04:01 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: demo indexing problems on linux Date: Fri, 18 Jun 2004 20:04:01 -0700 Message-ID: <8F1F77F368665043BDA3C9AA04F70B3003CDB7@exmb2.zonelabs.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: demo indexing problems on linux Thread-Index: AcRVXMwn2uVA+bBLQy2ntiEhv0/yIwAFgvGA From: "Morris Mizrahi" To: "Lucene Users List" X-OriginalArrivalTime: 19 Jun 2004 03:04:01.0721 (UTC) FILETIME=[128C6A90:01C455AA] X-Scanned-By: MIMEDefang 2.39 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks for your response Daniel. This is the process I have followed: 1) Run the indexer for the first time with the -create option and it adds all of my files to the index. 2) Run the indexer later in the day when some files have been added but none have been removed. When it runs here it removes files from the index that are still there and adds some of the new files.=20 In the end the index is missing some of the files that should be there. I have about 21000 files and there is about 2000 that are missing from the index. I have been using LIMO to analyze my index. Does anyone have any thoughts or ideas? Thanks for any help. Morris -----Original Message----- From: Daniel Naber [mailto:daniel.naber@t-online.de]=20 Sent: Friday, June 18, 2004 10:52 AM To: Lucene Users List Subject: Re: demo indexing problems on linux On Thursday 17 June 2004 21:10, Morris Mizrahi wrote: > When I run org.apache.lucene.demo.IndexHTML on Linux the indexer works > fine when I am creating a new index (e.g. using -create -index option). > But when I run the indexer again (-index without the -create option) for > updates it does not properly update the index. Morris, what exactly happens when you run the update? Does it miss files that have=20 been modified? I just tried it on Linux and it works fine. Files that have=20 been modified (according to their file date) are deleted and then added=20 again to the index. Regards Daniel --=20 http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org