Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 7267 invoked from network); 5 Oct 2005 21:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 21:26:29 -0000 Received: (qmail 83300 invoked by uid 500); 5 Oct 2005 21:26:27 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 82426 invoked by uid 500); 5 Oct 2005 21:26:24 -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 82415 invoked by uid 99); 5 Oct 2005 21:26:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 14:26:24 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_00_10,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of goodell@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO zproxy.gmail.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 14:26:27 -0700 Received: by zproxy.gmail.com with SMTP id i28so165653nzi for ; Wed, 05 Oct 2005 14:26:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=MUXnFg1N9eneaZuSlrJuKM6hEF9kxfwqh+XMJBZDfv22f6fvXcjZ/SLsiOfoINTJ0NzNUjJ9hJlYNP4ZFZTZtRyqPstWwCFpVbyx54/vH5UAJAa4JfwANxOY40sPmdrvXPUzmA29DH6Aloeq34SQPsLHen+p1a9AtfkdhzPH7l8= Received: by 10.36.79.6 with SMTP id c6mr896754nzb; Wed, 05 Oct 2005 14:26:01 -0700 (PDT) Received: by 10.36.2.17 with HTTP; Wed, 5 Oct 2005 14:26:01 -0700 (PDT) Message-ID: <55b2c6b90510051426j520f8c6ar@mail.gmail.com> Date: Wed, 5 Oct 2005 14:26:01 -0700 From: Andy Goodell Reply-To: Andy Goodell To: java-user@lucene.apache.org Subject: Query to return all documents in the index MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21792_2805446.1128547561897" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_21792_2805446.1128547561897 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, In my project we've been using the Searcher.search(query, filter, sort) method to gather results. But as it turns out, sometimes we just want all o= f the documents that match with the filter, sorted by the sort field. Does anyone know a query that returns all the documents in the index, so that i could use that in this case? thanks, andy g ------=_Part_21792_2805446.1128547561897--