Hi, I am using apache solr 5.3.1 version in my project. I have requirement where each document can have child documents. While searching these child documents should be retrieved in the same order as added initially , when I try to search them using restApi calls of solr this order is jumbled.
I tried to add the boosters in desc order of those child docs , i that first child document would get bigger booster number than following documents .. Unfortunately solr rest api is not respecting this boosting, the score of each document is not in sync with the boosting value. Please help me what to do ? Regards, Shyam