Lucene multiple indexes : Normalize document scores??
- by Roey
Hi All.
Suppose I've got multiple lucene indexes (not replicas) on several PC's.
I query each index and then merge the results.
Is there any way to normalize the document scores so that I could sort by score (relevance)?
I mean, the scores for document A from index A would not be comparable with document B from index B, unless I do some sort of normalization.... not so?
Thanks
Roey