Re: TermVector usage

2006-02-20 Thread Otis Gospodnetic
Hi Marvin, 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 <[EMAIL PROTECTED]> To: [email protected] Sent: Mon 20 Feb 2006 10:28:56 PM EST Subject: TermV

Re: Implementing new scoring algorithms in lucene

2006-02-20 Thread Shailesh Kochhar
On 2/18/06, Paul Elschot <[EMAIL PROTECTED]> wrote: > On Saturday 18 February 2006 02:22, Shailesh Kochhar wrote: > > Hi, > > > > I'm interested in implementing a few new scoring algorithms in Lucene > > and I was wondering if anyone had attempted this in the past and how > > successful they had be

TermVector usage

2006-02-20 Thread Marvin Humphrey
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 highl

Re: Extending Doucment and Hits

2006-02-20 Thread Erik Hatcher
I'll just reply briefly and say that this topic has come up before and is usually shot down because what you are after can be accomplished by wrappers on your end. You would need to modify IndexSearcher and family to return a JDBCHits and have your JDBCHits modified to create JDBCDocuments