Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 70937 invoked from network); 10 Aug 2007 19:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 19:33:41 -0000 Received: (qmail 84071 invoked by uid 500); 10 Aug 2007 19:33:34 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 84006 invoked by uid 500); 10 Aug 2007 19:33:34 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 83995 invoked by uid 99); 10 Aug 2007 19:33:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 12:33:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.12.11.79] (HELO smtp010.mail.ukl.yahoo.com) (217.12.11.79) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Aug 2007 19:33:29 +0000 Received: (qmail 19432 invoked from network); 10 Aug 2007 19:33:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=2y4bZtT4ENNmQC6o3sF14rD2HZV5RCCik9OQafwO/ESaSRDH6+ISKNQ9fZ27fVXXhXwNto8kMKujX8lwm+JtvhnG12pQnTc3bugPhE8HlkQocIKByKwPA0fe8dRiWpzd0yr2getTATfGrN1xDIs1nfnml0wG0Hs8YoocZQ0jH5o= ; Received: from unknown (HELO ?127.0.0.1?) (markharw00d@194.106.34.5 with plain) by smtp010.mail.ukl.yahoo.com with SMTP; 10 Aug 2007 19:33:07 -0000 X-YMail-OSG: f_K0DFwVM1nfMBWqL_rFiIL.gl39CFGbJH9Wlllc6jjLByd4z0coKkUm_5R5j7Gxl0qs75IEyQ-- Message-ID: <46BCBD66.4050503@yahoo.co.uk> Date: Fri, 10 Aug 2007 20:32:54 +0100 From: markharw00d User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: Fwd: Decouple Filter from BitSet: API change and xml query parser References: <846926.60634.qm@web26001.mail.ukl.yahoo.com> <200708102118.50620.paul.elschot@xs4all.nl> In-Reply-To: <200708102118.50620.paul.elschot@xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > Right, the only thing left is then how to get a Matcher from this iterator. > I think the iterator *is* the equivalent of the Matcher as you've described it - a Scorer without the scores used once by a single thread to iterate across a set of doc ids. > I suppose the Filter criterium is a Lucene Query? > Could be (QueryFilter or FilteredQuery? - can never remember which wraps which), but RangeFilter and TermsFilter are examples of Filters with their own criteria (a range and a list of terms respectively). There may be others out there... > Anyway, I'll let it sink in over my holidays :) > Have a good break ! Cheers Mark --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org