Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 99332 invoked from network); 15 Dec 2005 20:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Dec 2005 20:45:49 -0000 Received: (qmail 98738 invoked by uid 500); 15 Dec 2005 20:45:42 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 98711 invoked by uid 500); 15 Dec 2005 20:45:42 -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 98700 invoked by uid 99); 15 Dec 2005 20:45:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 12:45:42 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tucros3141@hotmail.com designates 65.54.174.33 as permitted sender) Received: from [65.54.174.33] (HELO hotmail.com) (65.54.174.33) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 12:45:40 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 15 Dec 2005 12:45:20 -0800 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Thu, 15 Dec 2005 20:45:19 GMT X-Originating-IP: [64.50.99.83] X-Originating-Email: [tucros3141@hotmail.com] X-Sender: tucros3141@hotmail.com In-Reply-To: <000d01c601b4$0b65a670$0201a8c0@MALCOLM> From: "chandler burgess" To: java-user@lucene.apache.org Subject: Re: IndexReader.open crashes JVM Date: Thu, 15 Dec 2005 20:45:19 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 15 Dec 2005 20:45:20.0334 (UTC) FILETIME=[76ADA6E0:01C601B8] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There isn't much to the code. The first line of main() literally just calls IndexReader.open() and it never gets past that line. Nothing fancy. I have one app that built the index, and this one just searches it. Do you think it could the fact that I optimized it? If you really insist on seeing the code I can post it, but its really straightforward. Thanks Chandler Burgess >From: "Malcolm Clark" >Reply-To: java-user@lucene.apache.org >To: >Subject: Re: IndexReader.open crashes JVM >Date: Thu, 15 Dec 2005 20:13:41 -0000 > > >Hi, >Maybe post some of the code which is giving you problems and people can >view it and try and see what's wrong. >Cheers, >MC > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org