Solr, I have document data, with uniqueKey field "id" in schema.xml
I just want to know what position id "587" is in document in all documents with sort,return i;
Can someone know what I mean?
Can someone help me?
2012-6-4 11:26 update
data example:search result [5,8,1,9,12,6,7,........] ids form solr document
How to know id=9 index/position in the result?