Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 10595 invoked from network); 29 Oct 2004 18:46:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Oct 2004 18:46:24 -0000 Received: (qmail 94366 invoked by uid 500); 29 Oct 2004 18:46:15 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 94240 invoked by uid 500); 29 Oct 2004 18:46:14 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 94226 invoked by uid 99); 29 Oct 2004 18:46:14 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of janssen@parc.com designates 13.1.64.93 as permitted sender) Received: from [13.1.64.93] (HELO alpha.xerox.com) (13.1.64.93) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 29 Oct 2004 11:46:14 -0700 Received: from synergy1.parc.xerox.com ([13.1.101.60]) by alpha.xerox.com with SMTP id <173322(1)>; Fri, 29 Oct 2004 11:46:06 PDT Received: from parc.com ([127.0.0.1]) by synergy1.parc.xerox.com with SMTP id <58617>; Fri, 29 Oct 2004 11:46:06 PDT To: "Lucene Users List" Subject: Re: new version of NewMultiFieldQueryParser In-Reply-To: Your message of "Thu, 28 Oct 2004 23:55:28 PDT." <16769.59744.984387.700964@tanto-xipolis.de> Date: Fri, 29 Oct 2004 11:46:02 PDT From: Bill Janssen Message-Id: <04Oct29.114606pdt."58617"@synergy1.parc.xerox.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > wouldn't it be better to go on and overwrite the methods creating these > types of queries too? There's no need to. My existing code works just fine with them. For instance, if you put in the query "foo*", with the default fields "title", "authors", and "contents", you get the expanded query "title:book* authors:book* contents:book*". Please try running the code at ftp://ftp.parc.xerox.com/transient/janssen/SearchTest.java, and point out specific problems. Bill --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org