Again, if you could be precise about what factors will influence the ranking 
that would help. Field names, what is wrong with existing ranking order and 
some of the thinking about your proposed re-rank logic would be useful context.

In Lucene you have the options for individual query-clause boosts, index-time 
document boosts, field-specific boosts on parsers, index-time length 
normalisation options, query result sorting, IndexSearcher "Similarity" 
settings and custom scorers to name a  few. We can't recommend which approach 
is most suited unless you can say more about what problem you're trying to 
address.

Cheers
Mark


----- Original Message ----
From: sumittyagi <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Friday, 21 December, 2007 3:09:48 PM
Subject: Re: Which file in the lucene package is used to manipulate results..


actually i am writing a module to rerank the results, so i want to edit
 the
file which arrange the results and give them ranks,
or is there any other way i can use my module to rerank the results


markharw00d wrote:
> 
> I think you need to describe your "factors" in more detail. Exactly
 what
> do you want to achieve for your users?
> We could be talking about any number of Lucene functions here.
> 
> ----- Original Message ----
> From: sumittyagi <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Friday, 21 December, 2007 4:51:09 AM
> Subject: Which file in the lucene package is used to manipulate
 results..
> 
> 
> hi, i am using lucene for the very first time and want to manipulate
>  the
> results, by adding some more factors to it, which file should i edit
 to
> manipulate the search results....
> 
> Thanks 
> Sumit Tyagi
> -- 
> View this message in context:
> 
>
 
http://www.nabble.com/Which-file-in-the-lucene-package-is-used-to-manipulate-results..-tp14450335p14450335.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
> 
> 
> 
> 
> 
>       __________________________________________________________
> Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context:
 
http://www.nabble.com/Which-file-in-the-lucene-package-is-used-to-manipulate-results..-tp14450335p14456938.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






      __________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to