Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 70539 invoked from network); 27 Sep 2010 17:43:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 17:43:58 -0000 Received: (qmail 90715 invoked by uid 500); 27 Sep 2010 17:43:57 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 90639 invoked by uid 500); 27 Sep 2010 17:43:57 -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 90632 invoked by uid 99); 27 Sep 2010 17:43:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 17:43:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 17:43:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8RHhaiI007236 for ; Mon, 27 Sep 2010 17:43:36 GMT Message-ID: <32894025.424501285609416068.JavaMail.jira@thor> Date: Mon, 27 Sep 2010 13:43:36 -0400 (EDT) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2674) improve how MTQs interact with the terms dict cache In-Reply-To: <27045813.422221285603712477.JavaMail.jira@thor> 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-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2674: --------------------------------------- Attachment: LUCENE-2674.patch Another rev, fixes the 2 nocommits plus a few other issues. I think it's ready to commit! > improve how MTQs interact with the terms dict cache > --------------------------------------------------- > > Key: LUCENE-2674 > URL: https://issues.apache.org/jira/browse/LUCENE-2674 > Project: Lucene - Java > Issue Type: Improvement > Components: Index > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 4.0 > > Attachments: LUCENE-2674.patch, LUCENE-2674.patch > > > Some small improvements: > * Adds a TermsEnum.cacheCurrentTerm "hint" (codec can make this a no-op) > * Removes the FTE.useTermsCache > * Changes MTQ's TermCollector API to accept the TermsEnum so collectors can eg call .docFreq directly > * Adds expert ctor to TermQuery allowing you to pass in the docFreq -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org