Relavance Calculation

Hi All,

If i am searching boolean query on a string field which contains same content in all documents if i searched a key term contained in all docs so same score will come? how the same scoring documents will be arranges if same score is there for all documents returned..

Thanks
phani

hey

if two documents have the same score, you can configure additional tie breakers in the sorting. If you dont, no order is guaranteed.

--Alex