Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 71291 invoked from network); 5 Feb 2006 04:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Feb 2006 04:53:47 -0000 Received: (qmail 22165 invoked by uid 500); 5 Feb 2006 04:55:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 22131 invoked by uid 500); 5 Feb 2006 04:55:24 -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 22120 invoked by uid 99); 5 Feb 2006 04:55:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2006 20:55:24 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.155.252.18] (HELO leviathan.cnchost.com) (207.155.252.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2006 20:55:23 -0800 Received: from eagle (c-24-12-191-129.hsd1.il.comcast.net [24.12.191.129]) by leviathan.cnchost.com id XAA22702; Sat, 4 Feb 2006 23:55:03 -0500 (EST) [ConcentricHost SMTP Relay 1.17] Message-ID: <200602050455.XAA22702@leviathan.cnchost.com> Errors-To: From: "Xin Herbert Wu" To: Subject: Field search problem(only single word query works) Date: Sat, 4 Feb 2006 22:54:57 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01C629DE.05640F80" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYqEE9vVS6J32P3SNm+pPdaGz0jaw== X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0019_01C629DE.05640F80 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0019_01C629DE.05640F80--