Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 75141 invoked from network); 20 Jan 2004 18:08:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Jan 2004 18:08:34 -0000 Received: (qmail 24538 invoked by uid 500); 20 Jan 2004 18:08:25 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 24286 invoked by uid 500); 20 Jan 2004 18:08:23 -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 24273 invoked from network); 20 Jan 2004 18:08:23 -0000 Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by daedalus.apache.org with SMTP; 20 Jan 2004 18:08:23 -0000 Received: from apache.org (c-24-5-145-151.client.comcast.net[24.5.145.151]) by comcast.net (rwcrmhc13) with SMTP id <2004012018082701500kf682e>; Tue, 20 Jan 2004 18:08:27 +0000 Message-ID: <400D6E79.3050509@apache.org> Date: Tue, 20 Jan 2004 10:07:53 -0800 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Developers List Subject: Re: strange lucene search behavior? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Robert Engels wrote: > I can work the LRU into the code base - my imp does not use the > LinkedHashMap, but rather a HashMap and an associated LinkedList, so there > would not be any 1.4 issues. Since the index is never rewritten, and if the > cache is per Index, I do not need to worry about a stale cache, correct? That's correct. Note that performance-related patches must be accompanied by benchmarks which demonstrate that they provide a clear overall performance improvement on non-toy-sized indexes. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org