Try to play with the similarity class/subclasses, it might help.
For example, you may adjust the coord to increase the chance (not necessary 
guarantee?) that ORed results will be after the ANDed results; adjust the 
sloppy factor to favor phrases, etc.
Xiaocheng

Sajid Khan <[EMAIL PROTECTED]> wrote: 
Thanks for the instant reply. More specifically i am trying to do is: 
 1) to show the results which contain the exact query phrase on top followed
by ANDed results followed by the ORed results.  
 2) introduce new parameter that uses the query phrase to influence the
ranking.

regards
Sajid


Bhavin Pandya wrote:
> 
> Hi sajid,
> 
> As you already boost data at indexing time...
> You can boost query at search time...
> eg. If you are firing boolean query and phrasequery...you might need to 
> boost phrasequery....
> 
> PhraseQuery pq = new PhraseQuery();
> pq.setBoost(2.0f);
> 
> Thanks.
> Bhavin pandya
> 
> ----- Original Message ----- 
> From: "Sajid Khan" 
> To: 
> Sent: Monday, November 27, 2006 10:17 AM
> Subject: How to set query time scoring
> 
> 
>>
>>     I have already set some score at the index time. And now i want to
>> set
>> some score at the query time. But i am not getting any idea of how to set
>> the score at query time in lucene.
>>     Has anybody an idea how to do this?
>>
>> Regards
>> Sajid
>> -- 
>> View this message in context: 
>> http://www.nabble.com/How-to-set-query-time-scoring-tf2709773.html#a7554766
>> 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]
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-set-query-time-scoring-tf2709773.html#a7557740
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]



 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to