Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 93493 invoked from network); 4 Oct 2009 22:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 22:43:03 -0000 Received: (qmail 83411 invoked by uid 500); 4 Oct 2009 22:43:00 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 83349 invoked by uid 500); 4 Oct 2009 22:43:00 -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 83315 invoked by uid 99); 4 Oct 2009 22:42:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 22:42:46 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.211.185] (HELO mail-yw0-f185.google.com) (209.85.211.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 22:42:35 +0000 Received: by ywh15 with SMTP id 15so2250212ywh.5 for ; Sun, 04 Oct 2009 15:41:14 -0700 (PDT) MIME-Version: 1.0 Sender: felipe@goshme.com Received: by 10.150.32.21 with SMTP id f21mr8667239ybf.225.1254696074279; Sun, 04 Oct 2009 15:41:14 -0700 (PDT) Date: Sun, 4 Oct 2009 19:41:14 -0300 X-Google-Sender-Auth: ca190b4f4403eb34 Message-ID: Subject: Duplicate documents From: Felipe Lobo To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=00151757374acefa53047523b100 X-Virus-Checked: Checked by ClamAV on apache.org --00151757374acefa53047523b100 Content-Type: text/plain; charset=ISO-8859-1 Hi, i'm having some problem on my search process, because my search results are being duplicated(but is not duplicated on the index, i checked with luke). I checked the id of the results and one exist on the index and the other is out of the range(like my index has 300 documents, one result has id 35[OK] and the other has 350[?]). I'm using ParallelMultiSearcher, because my app runs in a server where the index is distributed(big index), but this duplication happens when i'm running local on my machine without distributed index! thanks, -- Felipe Lobo www.jusbrasil.com.br --00151757374acefa53047523b100--