Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 2617 invoked from network); 12 Dec 2006 02:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2006 02:39:44 -0000 Received: (qmail 67801 invoked by uid 500); 12 Dec 2006 02:39:49 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 67753 invoked by uid 500); 12 Dec 2006 02:39:49 -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 67742 invoked by uid 99); 12 Dec 2006 02:39:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 18:39:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2006 18:39:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F554714147 for ; Mon, 11 Dec 2006 18:39:21 -0800 (PST) Message-ID: <33436367.1165891161059.JavaMail.jira@brutus> Date: Mon, 11 Dec 2006 18:39:21 -0800 (PST) From: "Yonik Seeley (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-745) Make inspection of BooleanQuery more efficient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Make inspection of BooleanQuery more efficient ---------------------------------------------- Key: LUCENE-745 URL: http://issues.apache.org/jira/browse/LUCENE-745 Project: Lucene - Java Issue Type: Improvement Components: Search Reporter: Yonik Seeley Priority: Minor Just attempting to inspect a BooleanQuery allocates two new arrays. This could be cheaper. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org