You can also change this limitation for ZooKeeper by setting
jute.maxBuffer with a system variable, see:
https://zookeeper.apache.org/doc/r3.3.2/zookeeperAdmin.html. the 1M
limit was chosen since in the "usual" case, ZooKeeper should only have
relatively small files as far as Solr is concerned. If people want to
have larger files on ZooKeeper they have to make a conscious decision
to do so...

Best,
Erick

On Mon, Feb 26, 2018 at 6:53 AM, Diego Ceccarelli (BLOOMBERG/ LONDON)
<dceccarel...@bloomberg.net> wrote:
> A similar problem came out with learning to rank models, and was fixed by 
> https://issues.apache.org/jira/browse/SOLR-11250
>
> Maybe it can be useful..
>
>
> From: solr-user@lucene.apache.org At: 02/26/18 13:13:28To:  
> solr-user@lucene.apache.org
> Subject: FileDictionaryFactory:- pick source file from solr instead of zk 
> config.
>
> Hello there,
>
> I want to use Solr as a spelling server so created on e collection for Spell
> check, my source txt file size is greater than 2MB which is not supported by
> zookeeper (max zonde size is 1MB) and sourceLocation property of
> FileBasedSpellChecker is trying to find that file inside config folder of
> zookeeper configuration.
>
> now 1) how can i set an external path (of solr servers) so that i will place
> that file in each solr server as a source.
>
> 2) if no then is there any alternative approach to do so ? please guide.
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>
>

Reply via email to