Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 28918 invoked from network); 22 Dec 2004 17:14:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Dec 2004 17:14:47 -0000 Received: (qmail 41934 invoked by uid 500); 22 Dec 2004 17:14:29 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 41762 invoked by uid 500); 22 Dec 2004 17:14:28 -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 41745 invoked by uid 99); 22 Dec 2004 17:14:28 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from fork9.mail.Virginia.EDU (HELO fork9.mail.virginia.edu) (128.143.2.179) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Dec 2004 09:14:24 -0800 Received: from localhost (localhost [127.0.0.1]) by fork9.mail.virginia.edu (Postfix) with ESMTP id 69CA71F5291 for ; Wed, 22 Dec 2004 12:14:21 -0500 (EST) Received: from fork9.mail.virginia.edu ([127.0.0.1]) by localhost (fork9.mail.virginia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23551-02 for ; Wed, 22 Dec 2004 12:14:21 -0500 (EST) Received: from [128.143.167.108] (d-128-167-108.bootp.Virginia.EDU [128.143.167.108]) by fork9.mail.virginia.edu (Postfix) with ESMTP id 2B3FB1F5237 for ; Wed, 22 Dec 2004 12:14:21 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <41C9A915.1070701@Gangkast.com> References: <20041222164337.90698.qmail@web12703.mail.yahoo.com> <41C9A915.1070701@Gangkast.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: retrieve tokens Date: Wed, 22 Dec 2004 12:14:27 -0500 To: "Lucene Users List" X-Mailer: Apple Mail (2.619) X-UVA-Virus-Scanned: by amavisd-new at fork9.mail.virginia.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Dec 22, 2004, at 12:04 PM, M. Smit wrote: > Problem is though that I'm a little reluctant storing the data > Field.Text instead of Field.UnStored, because of the shear size of the > documents and the multitude I would like to index (say some 100paged * > 2k documents). But than again, it's size versus > go-back-in-the-db-and-do-your-thing. Can anyone comfort me on these > figures? Highlighter does not mandate you store your text in the index. It is just a convenient way to do it. You're free to pull the text from anywhere and highlight it based on the query. > Furthermore, you are saying that the highlighter takes care of the > corresponding field/words for me and pull up a context snippet? Ouch, > why haven't I stumpled upon the sandbox.... See a screenshot of it here: http://www.lucenebook.com (going live within a week!) The Lucene in Action source code (available at http://www.manning.com/hatcher2) has code examples - look at the HighlightIt class. Erik --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org