Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 50044 invoked from network); 1 Oct 2006 22:49:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Oct 2006 22:49:03 -0000 Received: (qmail 58122 invoked by uid 500); 1 Oct 2006 22:48:58 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 58091 invoked by uid 500); 1 Oct 2006 22:48:58 -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 58080 invoked by uid 99); 1 Oct 2006 22:48:57 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Oct 2006 15:48:57 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=markrmiller@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.235] ([66.249.82.235:6082] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id D9/39-05102-7D540254 for ; Sun, 01 Oct 2006 15:48:56 -0700 Received: by wx-out-0506.google.com with SMTP id s15so1401763wxc for ; Sun, 01 Oct 2006 15:48:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=uIrs6ecV54LZi6YfCAQjUbW7Mm2GS0k/wCQfQoFtiJ3B6Tuq7x71lNKsKsiPvH97/eZAO7nnXsegflrJ1+pOKhUJc4MnDx5phFszTm10eBDzilyC/BosKR5pr0pP2ciGVBPOCecygL+5q2VVCrJwtL+pgptqzTx0NULS9Sxj0k8= Received: by 10.70.100.14 with SMTP id x14mr5532161wxb; Sun, 01 Oct 2006 15:48:52 -0700 (PDT) Received: from ?192.168.1.102? ( [216.66.114.42]) by mx.gmail.com with ESMTP id 26sm6939279wra.2006.10.01.15.48.51; Sun, 01 Oct 2006 15:48:52 -0700 (PDT) Message-ID: <452045ED.5040504@gmail.com> Date: Sun, 01 Oct 2006 18:49:17 -0400 From: Mark Miller User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Sorting from multiple indexes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I was browsing the sort javadocs and ran into this: This class is not set up to be able to efficiently sort hits from more than one index simultaneously. Does this mean sorting with a muiltsearcher is very slow? Anyone have any experience? - mark --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org