Re: Iterating the entire dataset
On Wed, May 28, 2008 at 6:26 PM, Daniel Garcia <[EMAIL PROTECTED]> wrote: > Is there a simple way to query the entire dataset? I want to be able to > iterate through every document in the index. q=*:*&start=0&rows=100 q=*:*&start=100&rows=100 etc You could specify a very large rows, but it's pro
Iterating the entire dataset
Is there a simple way to query the entire dataset? I want to be able to iterate through every document in the index. Thanks, Daniel