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
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
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
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
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
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
[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
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
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
@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
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
11 matches
Mail list logo