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 CE00519267 for ; Fri, 22 Apr 2016 11:12:15 +0000 (UTC) Received: (qmail 7482 invoked by uid 500); 22 Apr 2016 11:12:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 7384 invoked by uid 500); 22 Apr 2016 11:12:13 -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 6791 invoked by uid 99); 22 Apr 2016 11:12:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2016 11:12:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 130722C1F60 for ; Fri, 22 Apr 2016 11:12:13 +0000 (UTC) Date: Fri, 22 Apr 2016 11:12:13 +0000 (UTC) From: "Adrien Grand (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (LUCENE-7243) Remove LeafReaderContext from QueryCachingPolicy.shouldCache 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-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-7243. ---------------------------------- Resolution: Fixed Fix Version/s: 6.1 master > Remove LeafReaderContext from QueryCachingPolicy.shouldCache > ------------------------------------------------------------ > > Key: LUCENE-7243 > URL: https://issues.apache.org/jira/browse/LUCENE-7243 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Assignee: Adrien Grand > Priority: Minor > Fix For: master, 6.1 > > Attachments: LUCENE-7243.patch > > > Now that the heuristic to not cache on small segments has been moved to the cache, we don't need the LeafReaderContext in QueryCachingPolicy.shouldCache. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org