maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
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 ModifiableSolrParams params = new ModifiableSolrParams(); params.set(qt, /dataimport);

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
On Wed, Sep 7, 2011 at 12:15 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Wed, Sep 7, 2011 at 1:45 PM, Tobias Rübner d...@tobr.eu 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

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
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 d...@tobr.eu wrote: Thanks for your quick response

Re: using distributed search with the suggest component

2011-07-27 Thread Tobias Rübner
Tobias Rübner wrote: Hi, I try to use the suggest component (solr 3.3) with multiple cores. I added a search component and a request handler as described in the docs ( http://wiki.apache.org/solr/Suggester) to my solrconfig. That works fine for 1 core but querying my solr instance

using distributed search with the suggest component

2011-07-25 Thread Tobias Rübner
Hi, I try to use the suggest component (solr 3.3) with multiple cores. I added a search component and a request handler as described in the docs ( http://wiki.apache.org/solr/Suggester) to my solrconfig. That works fine for 1 core but querying my solr instance with the shards parameter does not