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