Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 32643 invoked from network); 5 Oct 2003 19:02:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Oct 2003 19:02:17 -0000 Received: (qmail 14381 invoked by uid 500); 5 Oct 2003 19:02:05 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 14352 invoked by uid 500); 5 Oct 2003 19:02:05 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 14339 invoked from network); 5 Oct 2003 19:02:04 -0000 Received: from unknown (HELO c000.snv.cp.net) (209.228.32.66) by daedalus.apache.org with SMTP; 5 Oct 2003 19:02:04 -0000 Received: (cpmta 5237 invoked from network); 5 Oct 2003 12:02:07 -0700 Received: from 128.143.251.39 (HELO ehatchersolutions.com) by smtp.hatcher.net (209.228.32.66) with SMTP; 5 Oct 2003 12:02:07 -0700 X-Sent: 5 Oct 2003 19:02:07 GMT Date: Sun, 5 Oct 2003 15:01:40 -0400 Subject: Re: [subscriptions] Re: Please make org.apache.lucene.index.IndexWriter non-final Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Erik Hatcher To: "Lucene Developers List" Content-Transfer-Encoding: 7bit In-Reply-To: <00cf01c38b4e$80504500$2e81ba50@eamon> Message-Id: <5A4ED270-F766-11D7-8625-000393A564E6@ehatchersolutions.com> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ummm.... but.... you must be using Lucene 1.2 as IndexWriter was made non-final over a year ago. So, now that you ultimately have what you asked for, could you do us a favor and post back how you plan on using this, and how it will impact the design of your production code? I really am curious how a MockIndexWriter will be written to really benefit what you're after. Erik ---- from cvs log.... revision 1.7 date: 2002/07/17 17:38:04; author: cutting; state: Exp; lines: +7 -7 Made many methods and classes non-final, per requests. This includes IndexWriter and IndexSearcher, among others. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org