Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 65922 invoked from network); 27 Oct 2005 20:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Oct 2005 20:35:54 -0000 Received: (qmail 48819 invoked by uid 500); 27 Oct 2005 20:35:48 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 48770 invoked by uid 500); 27 Oct 2005 20:35:47 -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 48758 invoked by uid 99); 27 Oct 2005 20:35:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 13:35:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.181.92.62] (HELO fracf2.staples.com) (66.181.92.62) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2005 13:35:44 -0700 Received: from FRAEXIMS2.staples.com (Not Verified[10.1.7.82]) by fracf2.staples.com with NetIQ MailMarshal (v5.5.4.17) id ; Thu, 27 Oct 2005 16:35:25 -0400 Received: by fraexims2.staples.com with Internet Mail Service (5.5.2657.72) id ; Thu, 27 Oct 2005 16:35:25 -0400 Message-ID: From: "Sharma, Siddharth" To: java-user@lucene.apache.org Subject: Search problems Date: Thu, 27 Oct 2005 16:35:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi My index has 4 keyword fields and one unindexed field. I want to search by the 4 keyword fields and return the one unindexed field. I can iterate over the documents via Luke. But when I search for the same values that I see via Luke, it does not find the document. Out of the 4 fields, 2 are alphanumeric and searching on just these two fields does succeed and I can find the document in question. The other 2 fields can have numeric values. When I include these two fields in the search, the same document cannot be found. I thought that the fact that these fields had numeric values might be the reason for the search to be unsuccessful. So I browsed for another document via Luke where these fields had alphanumeric values, but again could not find the document? Returns no result. What could the problem be? Any ideas? I have added all the 4 fields with 'Field.Keyword'. Thanks Sid --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org