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
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
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
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