Thanks Jack, below is the actual problem, suppose currently 4 records are there in solr engine. A,B, C and D.
query return start=0&rows=1 A start=1&rows=1 B start=2&rows=1 C now at this time, 1 new record has been inserted in solr "AA". so documents in solr are AA,A,B,C and D. now if i query start=3&rows=1, it will return "C" (2nd time so i have A, B, C, C), while i am expecting "D". -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Get-DocID-of-search-result-tp4070253p4070271.html Sent from the Solr - User mailing list archive at Nabble.com.