Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
Thanks Erik, but I want to change the whole configuration to e.g. connect to an other database. So there is also the need to add/remove (sub-)entities to resolve database relations. tob On Wed, Sep 7, 2011 at 3:04 PM, Erick Erickson wrote: > Hossman just posted this, does it help? > > You shoul

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Erick Erickson
Hossman just posted this, does it help? You should be able to paramaterize hte table name in the SQL using a request parameter... https://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters Best Erick On Wed, Sep 7, 2011 at 9:00 AM, Tobias Rübner wrote: > Thanks for your quick

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
Thanks for your quick response. The reason why I am using the debug mode is to dynamically add a data config with my request. I want to create a new core and add a new configuration to index a new database with the DIH, without changing the solrconfig.xml. Do you see any other options? tob On

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Shalin Shekhar Mangar
On Wed, Sep 7, 2011 at 1:45 PM, Tobias Rübner wrote: > Hi, > > I want to trigger the data import handler remotly using the solrj api. > So I added a dih request handler to my solr config and tried to call the > handler as described here > http://wiki.apache.org/solr/SolJava > > ModifiableSolrPara