Recency weightage in Lucene

2006-06-18 Thread PrasenjitM
I am thinking of modifying lucene's current ranking algorithm to include the document's recency-weightage. So that the latest modified documents gets preference over earlier modified documents, which makes sense for news search. (I believe) To do this I have to tinker with TermScorer.score() me

Re: Recency weightage in Lucene

2006-06-18 Thread Chuck Williams
[EMAIL PROTECTED] wrote on 06/17/2006 10:52 PM: > I am thinking of modifying lucene's current ranking algorithm to include the > document's recency-weightage. So that the latest modified documents gets > preference over earlier modified documents, which makes sense for news > search. > > (I b

Re: Recency weightage in Lucene

2006-06-18 Thread prasenjitm
about this feature. thanks for the help, Prasen -Original Message- From: Chuck Williams <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Sun, 18 Jun 2006 07:47:40 -1000 Subject: Re: Recency weightage in Lucene [EMAIL PROTECTED] wrote on 06/17/2006 10:52 PM: > I am th

Re: Recency weightage in Lucene

2006-06-18 Thread Chris Hostetter
: Subject: Recency weightage in Lucene : : I am thinking of modifying lucene's current ranking algorithm to include : the document's recency-weightage. So that the latest modified documents : gets preference over earlier modified documents, which makes sense for : news search. Functi