Re: reranking Lucene TopDocs

2009-07-22 Thread Shai Erera
2/09, Shai Erera wrote: > > From: Shai Erera > Subject: Re: reranking Lucene TopDocs > To: java-user@lucene.apache.org > Date: Wednesday, July 22, 2009, 6:57 AM > > You mean after the query has returned the top N docs? why? > > If it's before, then given your use cas

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
hey after the query returned top N docs then rearrange them with my algortim --- On Wed, 7/22/09, Shai Erera wrote: From: Shai Erera Subject: Re: reranking Lucene TopDocs To: java-user@lucene.apache.org Date: Wednesday, July 22, 2009, 6:57 AM You mean after the query has returned the top N

Re: reranking Lucene TopDocs

2009-07-22 Thread Shai Erera
henok sahilu wrote: > i like to write a code that re assign weight to documets so that they can > be reranked > > --- On Wed, 7/22/09, Shai Erera wrote: > > From: Shai Erera > Subject: Re: reranking Lucene TopDocs > To: java-user@lucene.apache.org > Date: Wednesday, July

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
i like to write a code that re assign weight to documets so that they can be reranked --- On Wed, 7/22/09, Shai Erera wrote: From: Shai Erera Subject: Re: reranking Lucene TopDocs To: java-user@lucene.apache.org Date: Wednesday, July 22, 2009, 6:44 AM Can you be more specific? What do you

Re: reranking Lucene TopDocs

2009-07-22 Thread Shai Erera
Can you be more specific? What do you mean by re-rank? Reverse the sort? give different weights? Shai On Wed, Jul 22, 2009 at 4:35 PM, henok sahilu wrote: > hello there > i like to re-rank lucene TopDoc result set. > where shall i start > thanks > > > > >

reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
hello there i like to re-rank lucene TopDoc result set. where shall i start thanks