I have noticed a weird behabiour doing score testing. I do a search using dismax request handler with no extra boosting in a index of a milion docs searching in five fields. Printing the score of the docs 3th,4th,5fh,6th I can see that is the same. If I build the index with my own lucene indexer and print the scores with my own lucene servlet (building the same query with boolean queries)... I can see that the scores are diferent. There are no docs with exactly the same score. Why there are in Solr? Is the score suffering any modification before being added to the XML??
-- View this message in context: http://www.nabble.com/printing-scores-tp24428337p24428337.html Sent from the Solr - User mailing list archive at Nabble.com.