How can i retrieve only records from start to end index in SearchQuery , Example i am doing search against the date range which give me 10k records but if i give start index 501 and end index as 600 in my result set i should see only 100 records not all 600 records.
How this can be achieve through LAPI api in java
How this can be achieve through LAPI api in java