Hi, Most of that happens in DocBuilder#buildDocument method.
Solr 1.3 has a bug which does not let the "start" and "rows" parameter work in normal mode (they work only in debug mode). The trunk versions have that bug fixed which can be used to limit indexing. On Tue, Nov 4, 2008 at 6:49 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > Hi everybody > I'm using solr 1.3 and mysql, and the query is too big to get back rows > without OOM > I would to modify the code cuz I can't use batchSize -1 on the production > database during 10hours without stack other process on it. > > So I would like to make several request on it with a limit between a and b > ... > I've the class jdbcdataimport which make the connection with mysql but I > just don't where can I find the class which collect the query or the > deltaQuery from data-config.xml. > > Thanks a lot for your help, > > -- > View this message in context: > http://www.nabble.com/dataimporthandler-where-is-the-class-chich-collect-query-and-deltaQuery-tp20322092p20322092.html > Sent from the Solr - Dev mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.
