Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 584 invoked from network); 15 Nov 2004 06:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Nov 2004 06:42:57 -0000 Received: (qmail 32775 invoked by uid 500); 15 Nov 2004 06:42:50 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 32470 invoked by uid 500); 15 Nov 2004 06:42:48 -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 32453 invoked by uid 99); 15 Nov 2004 06:42:48 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=CLICK_BELOW,DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.136.173.242] (HELO web12705.mail.yahoo.com) (216.136.173.242) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 14 Nov 2004 22:42:48 -0800 Received: (qmail 39418 invoked by uid 60001); 15 Nov 2004 06:42:46 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=i5KcWobMBsI4nseuIgqZMEwzYEj3HJpoxcZT93O0tK87VVXf1HnLbVVkqUuyqTsYZR9t6DzkbvmgGZOTgeG/meIIiV8wBCkjo0Zq5IVwhaRK/5b3Uq7LwjDhuG1u8vxuCXdD1LPLUsLizR/CMDiIjXTrM5uz/38B3Ec7SjzT/qs= ; Message-ID: <20041115064246.39416.qmail@web12705.mail.yahoo.com> Received: from [24.184.142.180] by web12705.mail.yahoo.com via HTTP; Sun, 14 Nov 2004 22:42:46 PST Date: Sun, 14 Nov 2004 22:42:46 -0800 (PST) From: Otis Gospodnetic Subject: Re: Using Lucene to store document To: Lucene Users List In-Reply-To: <20041115040424.54178.qmail@web14826.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Not all data in the index is loaded all at once. I believe the .tii file (if you are using multifile index format) is loaded into RAM, maybe some other small ones, but the rest is read off the disk as it's needed, depending on the terms used in the search. Otis --- Nhan Nguyen Dang wrote: > Hi, > When the Index is read to memory for searching, which data in the > segment/ index will be load ? > I mean all the indexed fields/ terms ? Is the stored field loaded ? > thanks, > > > Otis Gospodnetic wrote:Hello, > > HEAD version means that you should check out Lucene straight out of > CVS. How to work with CVS is another story, probably described > somewhere on jakarta.apache.org site. > > Otis > > --- Nhan Nguyen Dang wrote: > > > Hi Otis, > > Please let me know what HEAD version of Lucene is? > > Actually, I'm consider the advantages of storing document using > > Lucene Stored field - For my Search engine. > > I've tested with thousands of documents and see that retrieve > > document (in this case XML file) with Lucene is a little bit faster > > than using FS. But I cannot test with a large number of data to > hava > > an accurate comparision. > > So whether Lucene can support millions of document, still balance > and > > retrieve the with approriate speed. > > Nhan > > > > > > --------------------------------- > > FREE Spam Protection! Click Here. > > SpamExtract Blocks Spam. > > > > --------------------------------- > > Do you Yahoo!? > > Check out the new Yahoo! Front Page. www.yahoo.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > > > > --------------------------------- > Do you Yahoo!? > Check out the new Yahoo! Front Page. www.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org