Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 42987 invoked from network); 7 Jun 2006 21:05:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 21:05:37 -0000 Received: (qmail 51439 invoked by uid 500); 7 Jun 2006 21:05:33 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 50700 invoked by uid 500); 7 Jun 2006 21:05:30 -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 50689 invoked by uid 99); 7 Jun 2006 21:05:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 14:05:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vsood2@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO nz-out-0102.google.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 14:05:29 -0700 Received: by nz-out-0102.google.com with SMTP id 9so300010nzo for ; Wed, 07 Jun 2006 14:05:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=evTMuLs0lKCGhTBPFIfPPL9Y2QVhER7+iFQdIZiiMFxxAIV8gj75g/9xeQFrJwaO9x5r8abwZ2fZHYuW/5lT4Nh8GF5EsSDK0RKqS1j1f3N/Qgvq227IalFJfCGAUw63jTf8KwSr2aPvvnUo7g28JI+bqwUgJgqFE6TKy/Ao5V8= Received: by 10.37.15.76 with SMTP id s76mr1249941nzi; Wed, 07 Jun 2006 14:05:08 -0700 (PDT) Received: by 10.36.221.72 with HTTP; Wed, 7 Jun 2006 14:05:08 -0700 (PDT) Message-ID: <800d6e9c0606071405p3f0f22e4vccecf5ac90007828@mail.gmail.com> Date: Wed, 7 Jun 2006 17:05:08 -0400 From: "varun sood" To: java-user@lucene.apache.org Subject: Re: duplicate results MultiFieldQueryParser In-Reply-To: <359a92830606051545q68f7587ekecfa2c5023c81701@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5330_28765426.1149714308919" References: <800d6e9c0606050814m549c2638k18676a4243bed7e4@mail.gmail.com> <359a92830606050822t12c3ef4fj46e2c549774a34af@mail.gmail.com> <800d6e9c0606051249o64a1f85em21f9cd47d2d47eaa@mail.gmail.com> <359a92830606051545q68f7587ekecfa2c5023c81701@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5330_28765426.1149714308919 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline yeah you are right. I was talking about going through the large index and discovering the problem as to where else it have occured and how? But thanks for your tips. I use Luke before and certianly it helped me this time aswell. I found the problem. Its not great Lucene. Its me.. error in understaing nature of data. Thanks Varun On 6/5/06, Erick Erickson wrote: > > Even if the index is huge, you should be able to open it in Luke and > submit > a search just like the one that's giving you trouble, and then examine the > documents. Yes, it'll take a while to open the index, but not an > outrageous > amount of time... unless you run out of memory or something. > > Best > Erick > > ------=_Part_5330_28765426.1149714308919--