Re: SolrCloud with large synonym files

2016-02-02 Thread Janit Anjaria
Hi Vincenzo, That seems to be a great solution as well. We had actually tried to move all our synonym files to the solr config file, but that did not work for us. I think we can try moving it to our collection config and check as well. Thanks for the input anyways :) Janit -- View this message

Re: SolrCloud with large synonym files

2016-02-01 Thread Vincenzo D'Amore
Hi Janit, we had same problem, and used an XML External Entity. First we moved all files into a subdirectory inside collection config. /configs/collectionName/custom_synonyms/... Then inside your schema.xml you can reference all files in you need using ENTITY: ]> http://www.w3.org/2001/XIncl

Re: SolrCloud with large synonym files

2016-02-01 Thread Janit Anjaria
Hi, We had a similar problem. We solved it by splitting up the file into various files < 1MB. In our case, the comma separated list of synonym file names did not work. So we actually had consecutive synonym filters defined in the required order with the corresponding synonym file name. I think t

Re: SolrCloud with large synonym files

2013-12-11 Thread gf80
onym > files, so you can split your huge synonym file into two or more smaller > files. > > --Jack Krupansky > > -Original Message- > From: gf80 > Sent: Wednesday, December 11, 2013 5:21 PM > To: [hidden email] > Subject: RE: SolrCloud with large synony

Re: SolrCloud with large synonym files

2013-12-11 Thread Jack Krupansky
: RE: SolrCloud with large synonym files Hi all, I have the same exception org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs/myconf/synonyms.txt synonyms.txt is greater than 1,5Mb I have tried to set jute.maxbuffer specifying

RE: SolrCloud with large synonym files

2013-12-11 Thread gf80
Hi all, I have the same exception org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs/myconf/synonyms.txt synonyms.txt is greater than 1,5Mb I have tried to set jute.maxbuffer specifying -Djute.maxbuffer=1024M at the solrcloud startup but

RE: SolrCloud with large synonym files

2011-11-02 Thread Phil Hoy
[mailto:markrmil...@gmail.com] Sent: 02 November 2011 15:06 To: solr-user@lucene.apache.org Subject: Re: SolrCloud with large synonym files On Nov 2, 2011, at 7:47 AM, Phil Hoy wrote: > Hi, > > I am running solrcloud and a file in the Dbootstrap_confdir is a large large > synonym

Re: SolrCloud with large synonym files

2011-11-02 Thread Robert Muir
On Wed, Nov 2, 2011 at 8:53 AM, Phil Hoy wrote: > It is solr 4.0 and uses the new FSTSynonymFilterFactory i believe but defers > to ZkSolrResourceLoader to load the synonym file when in cloud mode. > Phil > FYI: The synonyms implementation supports multiple formats (currently "solr" and "wordnet

Re: SolrCloud with large synonym files

2011-11-02 Thread Mark Miller
On Nov 2, 2011, at 7:47 AM, Phil Hoy wrote: > Hi, > > I am running solrcloud and a file in the Dbootstrap_confdir is a large large > synonym file (~50mb ) used by a SynonymFilterFactory configured in the > schema.xml. When i start solr I get a zookeeper exception presumably because > the file

RE: SolrCloud with large synonym files

2011-11-02 Thread Phil Hoy
@lucene.apache.org Subject: Re: SolrCloud with large synonym files Hi, I didn't use Solr with Zookeeper before. But Solr 3.4 implements the synonym module with a different data structure. If the version of your Solr is not 3.4, then maybe you can try upgrading it first. See also this thread on stackove

Re: SolrCloud with large synonym files

2011-11-02 Thread Yung-chung Lin
Hi, I didn't use Solr with Zookeeper before. But Solr 3.4 implements the synonym module with a different data structure. If the version of your Solr is not 3.4, then maybe you can try upgrading it first. See also this thread on stackoverflow. http://stackoverflow.com/questions/6747664/solr-and-bi