Any way to query by offset?

2011-01-17 Thread 5 Diamond IT
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

Re: Any way to query by offset?

2011-01-17 Thread 5 Diamond IT
n 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,

Re: Any way to query by offset?

2011-01-18 Thread 5 Diamond IT
you want. > > Best > Erick > > On Mon, Jan 17, 2011 at 7:25 PM, 5 Diamond IT < > i...@smallbusinessconsultingexperts.com> wrote: > >> 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

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread 5 Diamond IT
> > [X] ASF Mirrors (linked in our release announcements or via the Lucene > website) > > [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) > > [] I/we build them from source via an SVN/Git checkout. > > [] Other (someone in your company mirrors them internally or via a downst