Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 80032 invoked from network); 21 Feb 2006 13:39:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Feb 2006 13:39:36 -0000 Received: (qmail 76477 invoked by uid 500); 21 Feb 2006 13:39:32 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 76434 invoked by uid 500); 21 Feb 2006 13:39:31 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 76422 invoked by uid 99); 21 Feb 2006 13:39:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 05:39:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.225.129] (HELO ehatchersolutions.com) (69.55.225.129) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 05:39:28 -0800 Received: by ehatchersolutions.com (Postfix, from userid 504) id B1DD133CFF2; Tue, 21 Feb 2006 08:39:07 -0500 (EST) Received: from [128.143.167.108] (d-128-167-108.bootp.Virginia.EDU [128.143.167.108]) by ehatchersolutions.com (Postfix) with ESMTP id A5B7733CFF1 for ; Tue, 21 Feb 2006 08:39:04 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20060221054713.89890.qmail@web50313.mail.yahoo.com> References: <20060221054713.89890.qmail@web50313.mail.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <370324EF-EBA0-4E38-B557-2116D56644D0@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: TermVector usage Date: Tue, 21 Feb 2006 08:39:00 -0500 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.746.2) X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on javelina X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.1 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I use term vectors for "more like this" queries, such as the links you'll see here: I am using the MoreLikeThis class. Erik On Feb 21, 2006, at 12:47 AM, Otis Gospodnetic wrote: > As far as I can tell, most people use TermVectors for "more like > this" queries (see MoreLikeThis class in contrib/ somewhere) > > Otis > > ----- Original Message ---- > From: Marvin Humphrey > To: java-dev@lucene.apache.org > Sent: Mon 20 Feb 2006 10:28:56 PM EST > Subject: TermVector usage > > Greets, > > KinoSearch 0.05, which for now I'm calling a "loose port" of Lucene, > was published to CPAN a few weeks ago. It's nice and fast, but > missing some features, most notably multiple segment support and > incremental indexing. Before I get to that though, I'm adding > excerpting and highlighting. > > The version of KinoSearch which preceded the Lucene-based rewrite > also had a highlighter which depended on what were effectively > TermVectors with stored offsets. However, unlike Lucene, these were > stored along with the stored fields. As I've been preparing to port > all the support apparatus for TermVectors, I've been wondering > whether I shouldn't go back to that. It sure would be less work to > code up. Theoretically there ought to be less disk activity, too. > > From following the Lucene lists off and on, I've gotten the > impression that lots of people use TermVectors to feed the > highlighter, but I haven't seen many applications for them besides > that. LSI-type ideas percolate every once in a while. Besides > highlighting, how many people are using TermVectors and how are they > using them? > > Marvin Humphrey > Rectangular Research > http://www.rectangular.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org