Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 68327 invoked from network); 2 Apr 2003 16:34:54 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Apr 2003 16:34:54 -0000 Received: (qmail 24024 invoked by uid 97); 2 Apr 2003 16:36:44 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 24017 invoked from network); 2 Apr 2003 16:36:44 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Apr 2003 16:36:44 -0000 Received: (qmail 66557 invoked by uid 500); 2 Apr 2003 16:34:29 -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 66493 invoked from network); 2 Apr 2003 16:34:28 -0000 Received: from web12701.mail.yahoo.com (216.136.173.238) by daedalus.apache.org with SMTP; 2 Apr 2003 16:34:28 -0000 Message-ID: <20030402163430.98108.qmail@web12701.mail.yahoo.com> Received: from [64.2.72.226] by web12701.mail.yahoo.com via HTTP; Wed, 02 Apr 2003 08:34:30 PST Date: Wed, 2 Apr 2003 08:34:30 -0800 (PST) From: Otis Gospodnetic Subject: RE: Indexing Growth To: Lucene Users List In-Reply-To: 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 Funny how this is the outcome of 90% of the problems people have with software - their own mistakes :) Regarding reindexing - no need for any explicit calls. When you add a document to the index it is indexed right away. You will have to detect index change (methods for that are there) and re-open the IndexSearcher in order to see newly added/indexed documents. Otis --- Rob Outar wrote: > I found the freakin problem, I am going to kill my co-worker when he > gets > in. He was removing a field and adding the same field back for each > document in the index in a piece of code I did not notice until > now!!!!!!!!!!!!!!!! He is so dead. I commented out that piece of > code, > queried to my hearts content and the index has not changed. Heck the > tool > is like super fast now. > > One last concern is about the re-indexing thing, when does that > occur? > optimize()? I am curious what method would cause a reindex. > > I want to thank all of you for your help, it was truly appreciated! > > Thanks, > > Rob > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org