Thanks Alexandre. I actually need the whole result set. But it is large(perhaps 10m-100m) and I find select is slow. How does export differ from select except that select will make distributed requests and do the merge? Will select with ‘distrib=false’ have comparable performance with export?
2015-01-06 20:55 GMT+08:00 Alexandre Rafalovitch <arafa...@gmail.com>: > Export was specifically designed to get everything which is very > expensive otherwise. > > If you just want the subset, you might be better off with normal > queries and/or with deep paging (cursor). > > Regards, > Alex. > ---- > Sign up for my Solr resources newsletter at http://www.solr-start.com/ > > > On 6 January 2015 at 00:30, Sandy Ding <sandy.ding...@gmail.com> wrote: > > Using rows=xxx doesn't seem to work. > > Is there a way to do this? >