I was trying to find a way to find out the ID for specified position in an index
Lets say an index was of these numbers and sorted of course
1234
1456
100000
120000
800000
...
And I wanted the 3rd ID in that index, which would be 100000
Essentially, I want to treat the index like an Array