I want to start at row 1000, 2000, and 3000 and retrieve those 3 rows ONLY from the result set of whatever search was used. Yes, I can do 3 queries, start=1000 and limit 1, etc., but, want ONE query to get those 3 rows from the result set.
It's the poor mans way of doing price buckets the way I want them to be. So, what I need that they do not provide is the ability to find those 3 rows out of the result set in one query. Was hoping for a function, a parser that supported this perhaps, some hidden field I am not aware of I could simply match on, any trick that would work. On Jan 17, 2011, at 6:13 PM, Erick Erickson wrote: > Have you seen the "start" and "rows" parameters? If they don't work, > perhaps you could explain what you need that they don't provide. > > Best > Erick > > On Mon, Jan 17, 2011 at 4:58 PM, 5 Diamond IT < > i...@smallbusinessconsultingexperts.com> wrote: > >> Say I do a query that matches 4000 documents. Is there a query syntax or >> parser that would allow me to say retrieve offsets 1000, 2000, 3000? >> >> I would prefer to not do multiple starts and limit 1's. >> >> Thanks in advance. >> >> Steve