I haven't written any unfortunately. Right now, I have only implemented custom Similarity - in here, I am trying to alter the scoring substantially depending on the field. However, I might need to alter the overall document score - I am in the process of investigating if I can get away without having write custom code beyond tweaking just the Similarity class.
Chris Hostetter wrote: > > > : 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. > > customer Scorer classes are really only possible via custom Query and > Weight classes -- which are typically way beyond what most people need to > modify to achieve their goals. What kind of Query/Weight/Scorer have you > written? > > > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Custom-scorer...-tf2911497.html#a8152165 Sent from the Solr - User mailing list archive at Nabble.com.