Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 38412 invoked from network); 7 Dec 2005 22:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Dec 2005 22:04:05 -0000 Received: (qmail 30064 invoked by uid 500); 7 Dec 2005 22:04:00 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 30031 invoked by uid 500); 7 Dec 2005 22:03:59 -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 30020 invoked by uid 99); 7 Dec 2005 22:03:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 14:03:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alan@chandlerfamily.org.uk designates 195.188.213.8 as permitted sender) Received: from [195.188.213.8] (HELO smtp-out5.blueyonder.co.uk) (195.188.213.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2005 14:03:59 -0800 Received: from home.chandlerfamily.org.uk ([82.44.22.127]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 7 Dec 2005 22:04:25 +0000 Received: from kanger.home ([192.168.0.21]) by home.chandlerfamily.org.uk with esmtp (Exim 4.50) id 1Ek7Nn-0004bv-Ev for java-user@lucene.apache.org; Wed, 07 Dec 2005 22:03:27 +0000 From: Alan Chandler To: java-user@lucene.apache.org Subject: Re: Confused about boolean query and how an IndexReader is associated with Hits Date: Wed, 7 Dec 2005 22:03:29 +0000 User-Agent: KMail/1.8.2 References: <200512070738.42886.alan@chandlerfamily.org.uk> <200512072044.47968.alan@chandlerfamily.org.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512072203.30007.alan@chandlerfamily.org.uk> X-OriginalArrivalTime: 07 Dec 2005 22:04:25.0429 (UTC) FILETIME=[2FABB050:01C5FB7A] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wednesday 07 Dec 2005 21:33, Chris Hostetter wrote: > > Just doing a cut/paste inline is fine (the mailing list software doesn't > like most attachments). Here's an example of what you're talking about > that seems to work just fine for me... > > > public void sampleTest() throws Exception { ... > } > Thanks for the example - even if its not quite what I do, it gives me something to aim at. Unfortunately, my current test is a lot more convoluted than that (because things are in layers). I will try and break it down like you have done into a flat form and see were I get to, but its going to take a little time to do. I think one of the things I am doing is inserting and deleting the "config" document a few times in the process and thats going to take a bit of work to flatten. This test was about number 35 in a massive sequence of building functionality on top of functionality. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org