Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86739E278 for ; Wed, 28 Nov 2012 00:21:00 +0000 (UTC) Received: (qmail 41548 invoked by uid 500); 28 Nov 2012 00:20:59 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41459 invoked by uid 500); 28 Nov 2012 00:20:59 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 41388 invoked by uid 99); 28 Nov 2012 00:20:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 00:20:59 +0000 Date: Wed, 28 Nov 2012 00:20:58 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: <1147857258.30397.1354062059015.JavaMail.jiratomcat@arcas> In-Reply-To: <1555893915.27581.1354022158377.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (LUCENE-4576) Remove CachingWrapperFilter recacheDeletes boolean MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505088#comment-13505088 ] Commit Tag Bot commented on LUCENE-4576: ---------------------------------------- [branch_4x commit] Robert Muir http://svn.apache.org/viewvc?view=revision&revision=1414478 LUCENE-4576: Remove CachingWrapperFilter recacheDeletes boolean > Remove CachingWrapperFilter recacheDeletes boolean > -------------------------------------------------- > > Key: LUCENE-4576 > URL: https://issues.apache.org/jira/browse/LUCENE-4576 > Project: Lucene - Core > Issue Type: Task > Reporter: Robert Muir > Fix For: 4.1, 5.0 > > Attachments: LUCENE-4576.patch > > > I think this option is bad news, its just a trap that causes caches to be uselessly invalidated. > If you really have a totally static index then just expunge your deletes. > Let's remove the option and complexity. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org