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 been. If there are any resources that someone
could point me to that would be great, Googling and searching the
mailing-list archives d
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 th
Hi,
I'm experimenting with a few different scoring implementations and I
was wondering what the easiest way would be to incorporate a new
scorer into a searcher implementation.
>From reading the docs on Scoring at:
http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/search/package-summary.h
Chris Hostetter wrote:
independent of the QueryParser aspects of your question, adding a
setSimilarity method to the Query class would be a complete 180 of how it
currently works right now.
Query classes have to have a getSimilarity method so that their
Weight/Scorer have a way to access the