Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 56451 invoked from network); 10 Nov 2008 15:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 15:36:37 -0000 Received: (qmail 97405 invoked by uid 500); 10 Nov 2008 15:36:43 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 96905 invoked by uid 500); 10 Nov 2008 15:36:42 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 96896 invoked by uid 99); 10 Nov 2008 15:36:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 07:36:42 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 15:35:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B487234C290 for ; Mon, 10 Nov 2008 07:35:44 -0800 (PST) Message-ID: <1678734893.1226331344503.JavaMail.jira@brutus> Date: Mon, 10 Nov 2008 07:35:44 -0800 (PST) From: "Mark Miller (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-427) PrefixQuery.extractTerms() missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646280#action_12646280 ] Mark Miller commented on LUCENE-427: ------------------------------------ Tempted to close this. Seems to me you are better off just calling rewrite and caching the booleanquery yourself rather than holding on it in the query. It could be quite big, and generally you wouldn't want to pay to keep it around, especially if queries where used in a cache or something. > PrefixQuery.extractTerms() missing > ---------------------------------- > > Key: LUCENE-427 > URL: https://issues.apache.org/jira/browse/LUCENE-427 > Project: Lucene - Java > Issue Type: Bug > Components: Search > Affects Versions: CVS Nightly - Specify date in submission > Environment: Operating System: All > Platform: All > Reporter: Mikko Noromaa > Assignee: Lucene Developers > Priority: Minor > Attachments: PrefixQuery.diff > > > RC1.9 on 2005-08-21. I will attach a patch to add my version of extractTerms(). -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org