From java-user-return-22940-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Fri Aug 25 19:17:17 2006 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 49114 invoked from network); 25 Aug 2006 19:17:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 19:17:16 -0000 Received: (qmail 32606 invoked by uid 500); 25 Aug 2006 19:17:11 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 32218 invoked by uid 500); 25 Aug 2006 19:17:10 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 32204 invoked by uid 99); 25 Aug 2006 19:17:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 12:17:10 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of markrmiller@gmail.com designates 64.233.162.200 as permitted sender) Received: from [64.233.162.200] (HELO nz-out-0102.google.com) (64.233.162.200) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 12:17:05 -0700 Received: by nz-out-0102.google.com with SMTP id z6so620164nzd for ; Fri, 25 Aug 2006 12:16:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=QTUcDs3CT4K0F3v3I7JcDihT+PBOM9UpYH+7ejNKUGl52Vc/pWC/VtR2zpoNfkJavKk+8TP3MTyIaPRKY1KgJ/Ug+d520TK8Xm3XxSFSBYMit3CRbMwq0GSoVhf011Uh79sSticMCjdtpgdPGYQiG9NcTGLsfP1W+bX9rhhc2AY= Received: by 10.65.154.10 with SMTP id g10mr4259814qbo; Fri, 25 Aug 2006 12:16:44 -0700 (PDT) Received: from ?192.168.1.102? ( [216.66.115.97]) by mx.gmail.com with ESMTP id p4sm2542318qba.2006.08.25.12.16.42; Fri, 25 Aug 2006 12:16:43 -0700 (PDT) Message-ID: <44EF4CA5.4040103@gmail.com> Date: Fri, 25 Aug 2006 15:16:53 -0400 From: Mark Miller User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Test new query parser? References: <44ECB899.1010303@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have received a few inquires about my new query parser. I apologize for making that announcement a little premature. My current implementation only allows simple mixing of proximity queries with boolean queries...complex mixing would result in an incorrect search. A reply to my first email made me consider this more (I had done that part a while ago) and I came to the conclusion that it was obviously unacceptable to release the parser to anyone in this hobbled form. The parser must support arbitrary mixing of boolean and proximity searchers. I think I have cracked this. I would say I am at 90% of the way to a solution and can see the light at the end of the tunnel. When I have resolved this issue, I will contact those that have expressed interest and provide them with the parser. With some feedback and improvements I will think about how to release it generally. - Mark --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org