Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 49466 invoked from network); 5 Feb 2006 09:26:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Feb 2006 09:26:01 -0000 Received: (qmail 39184 invoked by uid 500); 5 Feb 2006 09:25:56 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 39161 invoked by uid 500); 5 Feb 2006 09:25:55 -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 39150 invoked by uid 99); 5 Feb 2006 09:25:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2006 01:25:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2006 01:25:54 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id 0F28F33D8A3; Sun, 5 Feb 2006 04:25:34 -0500 (EST) Received: from [172.16.1.101] (va-71-48-129-167.dhcp.sprint-hsd.net [71.48.129.167]) by ehatchersolutions.com (Postfix) with ESMTP id D6AB833D33B for ; Sun, 5 Feb 2006 04:25:32 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200602050455.XAA22702@leviathan.cnchost.com> References: <200602050455.XAA22702@leviathan.cnchost.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4BE6F40A-3487-4B7F-BA13-1704F7548643@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: Field search problem(only single word query works) Date: Sun, 5 Feb 2006 04:25:31 -0500 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on javelina X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I recommend you take a look at your indexes with Luke and see what actually is indexed. Erik On Feb 4, 2006, at 11:54 PM, Xin Herbert Wu wrote: > Hi, > > I have two libraries A and B indexed from database tables where A > has about > 10 fields and B has about 30 fields(with about a couple of hundred > records). > A and B both have a TEXT type field "headline" reading data from > the same > database table column. > > > > However the field query - "headline: fire water" works for library > A, NOT > for library B(returns 0 results without any error) when the > headline field > value is "fire and water". But query "headline:fire headline:water" > does > work for library B. > > > > Any possible reason why library B only accepts single word fielded > query? > > > > I am running Lucene 1.4.3 on Java 5/JBoss4.0.3 in XP/Linux > environment. > > > > Thanks. > > > > -Xin > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org