Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 88784 invoked from network); 6 Dec 2005 20:40:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 20:40:21 -0000 Received: (qmail 40817 invoked by uid 500); 6 Dec 2005 20:40:14 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 40799 invoked by uid 500); 6 Dec 2005 20:40:14 -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 40785 invoked by uid 99); 6 Dec 2005 20:40:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 12:40:13 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 12:40:13 -0800 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id D50665BCAD; Tue, 6 Dec 2005 12:39:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id CFD287F4B1 for ; Tue, 6 Dec 2005 12:39:49 -0800 (PST) Date: Tue, 6 Dec 2005 12:39:49 -0800 (PST) From: Chris Hostetter Sender: hossman@hal.rescomp.berkeley.edu To: java-user@lucene.apache.org Subject: Re: Non scoring search In-Reply-To: <200512061547.24188.jdpatterson@gmail.com> Message-ID: References: <200512061547.24188.jdpatterson@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : I was wondering if there is a standard way to retrive documents WITHOUT : scoring and sorting them. I need a list of documents that contain certain : terms but I do not need them sorted or scored. Using Filters directly (ie: constructing them, and then calling the bits() method yourself) is the most straight forward way i know of to achieve what you describe. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org