Re: custom filter class on schema.xml on solrcloud

2018-04-02 Thread Erick Erickson
ZK as used by Solr defaults to a max of 1M file sizes specifically so you _know_ when you are pushing large files around. You can change that with setting jute.maxbuffer, see the ZooKeeper admin guide. But if you put the jar file in the right place, it should have been found. I did note that you p

custom filter class on schema.xml on solrcloud

2018-04-02 Thread void
I have used a custom filter provided by a jar in schema.xml in standalone Solr like below And for this, I have loaded the jar in solrconfig.xml like below It's working fine But when I've tried to use it in solrcloud with external zookeeper mode I've got an error 'IO exception' maybe for upl

custom filter class on schema.xml on solrcloud

2018-04-02 Thread void
I have used a custom filter provided by a jar in schema.xml in standalone Solr like below And for this, I have loaded the jar in solrconfig.xml like below It's working fine But when I've tried to use it in solrcloud with external zookeeper mode I've got an error 'IO exception' maybe for upl