Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 64436 invoked from network); 16 Aug 2007 18:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2007 18:52:36 -0000 Received: (qmail 76580 invoked by uid 500); 16 Aug 2007 18:52:27 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 76543 invoked by uid 500); 16 Aug 2007 18:52:27 -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 76532 invoked by uid 99); 16 Aug 2007 18:52:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 11:52:27 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [169.229.70.150] (HELO rescomp.berkeley.edu) (169.229.70.150) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 18:52:24 +0000 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id BCD2895A19; Thu, 16 Aug 2007 11:52:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id B1DB023702 for ; Thu, 16 Aug 2007 11:52:02 -0700 (PDT) Date: Thu, 16 Aug 2007 11:52:02 -0700 (PDT) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: out of order In-Reply-To: <1187289764.23129.1205766907@webmail.messagingengine.com> Message-ID: References: <12172277.post@talk.nabble.com> <1187219579.30380.1205611129@webmail.messagingengine.com> <12173705.post@talk.nabble.com> <1187257819.26840.1205679653@webmail.messagingengine.com> <12184067.post@talk.nabble.com> <1187286749.14646.1205757601@webmail.messagingengine.com> <12186579.post@talk.nabble.com> <1187289764.23129.1205766907@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : After you close that IndexWriter, can you list the files in your : directory (that's a RAMDirectory right?)? Something like this: The OP said this was a fairly small RAMDirectory index right? would it be worth while to just write the whole thing to disk and post it onlin so people could see every byte of every file? (i'm all thumbs when it comes to index internals and the file formats, but i'm just tossig it out there as an idea) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org