Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 51798 invoked from network); 17 Dec 2004 18:55:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Dec 2004 18:55:01 -0000 Received: (qmail 38274 invoked by uid 500); 17 Dec 2004 18:32:18 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 38074 invoked by uid 500); 17 Dec 2004 18:32:16 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 37983 invoked by uid 99); 17 Dec 2004 18:32:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-3.Sun.COM (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 17 Dec 2004 10:30:55 -0800 Received: from phys-d3-ha21sca-1 ([129.145.155.163]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id iBHIBIVu006198 for ; Fri, 17 Dec 2004 11:11:18 -0700 (MST) Received: from conversion-daemon.ha21sca-mail1.sfbay.sun.com by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0I8V00A01P5IJV@ha21sca-mail1.sfbay.sun.com> (original mail from Hetan.Shah@Sun.COM) for lucene-user@jakarta.apache.org; Fri, 17 Dec 2004 10:11:17 -0800 (PST) Received: from [127.0.0.1] (d-mpk24-41-188.SFBay.Sun.COM [129.146.41.188]) by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0I8V005GPP6PRT@ha21sca-mail1.sfbay.sun.com>; Fri, 17 Dec 2004 10:11:17 -0800 (PST) Date: Fri, 17 Dec 2004 10:11:00 -0800 From: Hetan Shah Subject: Re: Indexing with Lucene 1.4.3 In-reply-to: To: Lucene Users List Cc: chuck@manawiz.com Message-id: <41C32134.4020904@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Chuck, I now understand why I see only one file. Another question is do I have to specify somewhere in my code or some configuration setting that I would now be using a compound file format (.cfs file) for index. I have an application that was working in version 1.3-final till I moved to 1.4.3 now I do not get any results back from my searches. I tried using Luke and it shows me the content of the index. I can search using Luke but no success so far with my own application. Any pointers? Thanks. -H Chuck Williams wrote: >That looks right to me, assuming you have done an optimize. All of your >index segments are merged into the one .cfs file (which is large, >right?). Try searching -- it should work. > >Chuck > > > -----Original Message----- > > From: Hetan Shah [mailto:Hetan.Shah@Sun.COM] > > Sent: Thursday, December 16, 2004 11:00 AM > > To: Lucene Users List > > Subject: Indexing with Lucene 1.4.3 > > > > Hello, > > > > I have been trying to index around 6000 documents using IndexHTML >from > > 1.4.3 and at the end of indexing in my index directory I only have 3 > > files. > > segments > > deletable and > > _5en.cfs > > > > Can someone tell me what is going on and where are the actual index > > files? How can I resolve this issue? > > Thanks. > > -H > > > > > > >--------------------------------------------------------------------- > > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org