Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 96190 invoked from network); 19 Jul 2010 10:15:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 10:15:26 -0000 Received: (qmail 78025 invoked by uid 500); 19 Jul 2010 10:15:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 77602 invoked by uid 500); 19 Jul 2010 10:15:21 -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 77591 invoked by uid 99); 19 Jul 2010 10:15:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 10:15:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of id.navs@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 10:15:12 +0000 Received: by qwd7 with SMTP id 7so2514059qwd.35 for ; Mon, 19 Jul 2010 03:14:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=0doRvCfhR0q8ds0oI4soQULU31StceSvXDyPO+4R/hc=; b=jYY3DtPhw0qiK9bg2ctz4HkK/C1piO04tlfhJ62eP2JFviBV0Kb8yW7Vpi/k7MWfhj 8yvQCEJ+lBj+1SrasR+EZNMDdwkYl16ApmYTWdlimgtZAQznWQ1B0b0SD5pN0Aeiawu7 SeydqVIIGCbn8YdlYmLpgh/jdOAzUZRYfakGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v5FIXYl/pYRdd6jgQ09jx9PNAOvjVSP/EHDOAulkKobuxARcPbVbUC8aLZ/UR3TlOI u66EtjnBrwt1b6Aj7jf31Sz5ONOUegPiNnBkX+LRQRQxWwbgToN63luAyCBR1EFUXimY myu5Wj3/4X8UHJBumEqBgLwDSCVxgBr2s7kfc= MIME-Version: 1.0 Received: by 10.224.59.145 with SMTP id l17mr3840040qah.287.1279534442464; Mon, 19 Jul 2010 03:14:02 -0700 (PDT) Received: by 10.229.89.20 with HTTP; Mon, 19 Jul 2010 03:14:02 -0700 (PDT) Date: Mon, 19 Jul 2010 15:44:02 +0530 Message-ID: Subject: API to retrieve search results without scoring or sorting From: Naveen Kumar To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=00c09fa21803ebc9bf048bbad3f6 X-Virus-Checked: Checked by ClamAV on apache.org --00c09fa21803ebc9bf048bbad3f6 Content-Type: text/plain; charset=ISO-8859-1 HI Is there any API using which I can retrieve search results, such that they are neither scored nor sorted (for performance reasons). I just need the results, don't need any extra computation on that. Any suggestion will be very helpful. -- Thanks Naveen Kumar --00c09fa21803ebc9bf048bbad3f6--