RE: boost freshness instead of sorting

2008-08-29 Thread Yannis Pavlidis
: Re: boost freshness instead of sorting Steven A Rowe wrote: > Hi Yannis, > > Hmm, hadn't thought about norms - you could just turn them off, > right?: > > <http://lucene.apache.org/java/2_3_2/api/org/apache/lucene/document/Field.html#Field(java.lang.

Re: boost freshness instead of sorting

2008-08-28 Thread Andrzej Bialecki
Steven A Rowe wrote: Hi Yannis, Hmm, hadn't thought about norms - you could just turn them off, right?:

RE: boost freshness instead of sorting

2008-08-28 Thread Steven A Rowe
* 1/sqrt(4) = idf > > I am using the Snowball English analyzer which I believe does > the right job (I also tried the same example with bbb instead of 1) > > Any clarifications / suggestions would be appreciated. > > Thanks, > > Yannis. > > -Original Message- >

RE: boost freshness instead of sorting

2008-08-28 Thread Yannis Pavlidis
[EMAIL PROTECTED] Sent: Thu 8/28/2008 10:27 AM To: java-user@lucene.apache.org Subject: RE: boost freshness instead of sorting Hi Yannis, On 08/28/2008 at 12:12 PM, Yannis Pavlidis wrote: > I am trying to boost the freshness of some of our documents > in the index using the most efficie

RE: boost freshness instead of sorting

2008-08-28 Thread Steven A Rowe
Hi Yannis, On 08/28/2008 at 12:12 PM, Yannis Pavlidis wrote: > I am trying to boost the freshness of some of our documents > in the index using the most efficient way (i.e. if 2 news > stories have the same score based on the content then I want > to promote the one that was created last) > [...]