Can one replace the basic scoring algorithm (TF/IDF) for a specific field, to use a different one?
I need to compute similarity for NAME field. The regular TF/IDF is not good enough, and I want to use a Name Recognition Engine as a scorer. How can it be done? Thanks, Eyal.