Re: dataimporthandler: nested query is called multiple times

2013-03-21 Thread patrick
alex, thank you for the link. i enabled the trace for 'org.apache.solr.handler.dataimport' and it seems as if the database is only called once: 2013-03-21T09:40:43 1363855243889 50 org.apache.solr.handler.dataimport.JdbcDataSource FINE org.apache.solr.handler.dataimport.JdbcDataSou

Re: dataimporthandler: nested query is called multiple times

2013-03-20 Thread Alexandre Rafalovitch
There was something like this on Stack Overflow: http://stackoverflow.com/questions/15164166/solr-filelistentityprocessor-is-executing-sub-entities-multiple-times Upgrading Solr helped partially, but the conclusion was not fully satisfactory. Regards, Alex. Personal blog: http://blog.outerth

dataimporthandler: nested query is called multiple times

2013-03-20 Thread patrick
hi, the dataimport-config-file i'm using with solr3.6.2 uses a nested select statement. the first query retrieves the documents while the nested one retrieves the corresponding properties. when running the dataimporthandler with the verbo