Yonik,
   I have my own Similarity and now need to write my own Scorer for muti
field scoring.
Is extending DisMaxQueryScorer the way to go ?

Thanks.


Yonik Seeley wrote:
> 
> On 1/3/07, escher2k <[EMAIL PROTECTED]> wrote:
>>    I only saw options to specify the default operator (AND|OR) and to
>> specify similarity. There was nothing for scoring - in case I need to
>> modify
>> the
>> scoring. I got the similarity working by creating my own class.
> 
> If you created your own Similarity implementation, then just specify
> it in the schema.xml.
> If you created your own Scorer, then that's a whole different
> matter... you need to create a custom query handler to use it (start
> with standard or dismax).
> 
> -Yonik
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Custom-scorer...-tf2911497.html#a8172386
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to