Re: Solr-J problem

2008-03-10 Thread Erik Hatcher
I meant setting the start parameter up by one page full (say 10, 25, or 100+) at a time. Leave rows at that page size, of course. Erik On Mar 10, 2008, at 9:28 PM, Erik Hatcher wrote: Problem? Not necessarily, but you risk a major performance hit in generating the response as well

Re: Solr-J problem

2008-03-10 Thread Erik Hatcher
Problem? Not necessarily, but you risk a major performance hit in generating the response as well as in parsing the response by the solrj client side too. Rather, do a query, get a reasonable subset of the docs back, look at the response to see how many total documents there are and page

Re: Solr-J problem

2008-03-10 Thread oleg_gnatovskiy
Ah, so that is what that setRows method does. Would there be a problem with setting it to Integer.MAX_VALUE since I don't know how many results I will have in advance? Otis Gospodnetic wrote: > > I don't have the sources in front of me, but isn't there a setRows(int) > method that you can cal

Re: Solr-J problem

2008-03-07 Thread Otis Gospodnetic
I don't have the sources in front of me, but isn't there a setRows(int) method that you can call before running the query? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: oleg_gnatovskiy <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: