Hello,
I have a question that I couldn't really find the answer to and dont
really know if its possible currently within solr.
I want to do a simple query to the solr index. something like
q=stateid:1 countryid:1
but i'm really only concerned with getting the record above and below a
certain (dynamic) recordid in the search results.
Is there a way to do this through a query or is my only option to return
all the search results and parse them to find the record id I want, and
then get the one above and below that. I'd also have to take into
account pagination and whatnot which makes it also a little bit harder
to do this way.
anyways hope that makes sense,
let me know!
-Mike