Explanation Solr Synonym file format

2014-09-18 Thread ErikvdVen
Can someone give me a good explanation on how the Synonym file format works in Solr? Cause I really don't get it anymore. If I have the following synonym rule: dog => hound and I search for dog OR hound I receive the following rules: dog hound If I have the following synonym rule: houn

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
ation of this. > > > > > > > > > > Regards > > > > > Puneet Pawaia > > > > > On 27 Nov 2013 22:54, "Yago Riveiro" yago.rive...@gmail.com) (mailto: > > > > > > > > > > > > > yago.rive...@gmail.com (mailto:yago

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Yago Riveiro
> > > yago.rive...@gmail.com (mailto:yago.rive...@gmail.com))> wrote: > > > > > > > > > You can use the jute.maxbuffer > 1M as a workaround. > > > > > > > > > > You must set -Djute.maxbu

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
: >> > >> > > You can use the jute.maxbuffer > 1M as a workaround. >> > > >> > > You must set -Djute.maxbuffer in zookeeper and solr to work properly >> > > >> > > -- >> > > Yago Riveiro >> > > Sent with Sparrow

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
set -Djute.maxbuffer in zookeeper and solr to work properly > > > > > > -- > > > Yago Riveiro > > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > > > > On Wednesday, November 27, 2013 at 5:15 PM, Puneet Pawaia w

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Timothy Potter
I'm curious how much compression you get with your synonym file using something basic like gzip? If significant, would it make sense to store the compressed syn file in ZooKeeper (or any other metadata you need to distribute around the cluster)? This would require the code that reads the syn

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Mark Miller
www.sparrowmailapp.com/?sig) >> >> >> On Wednesday, November 27, 2013 at 5:15 PM, Puneet Pawaia wrote: >> >>> Hi >>> >>> I am trying to setup a test SolrCloud 4.5.1 implementation. My synonym >> file >>> is about 1.6 MB. When I try

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Yago Riveiro
u must set -Djute.maxbuffer in zookeeper and solr to work properly > > > > -- > > Yago Riveiro > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > On Wednesday, November 27, 2013 at 5:15 PM, Puneet Pawaia wrote: > > > > > Hi >

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
> > > > I am trying to setup a test SolrCloud 4.5.1 implementation. My synonym > file > > is about 1.6 MB. When I try to add collection to ZooKeeper 3.4.5 on > Ubuntu > > 12.4, it fails because of the 1MB limit of ZooKeeper. Has anyone any > > experience with usi

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Yago Riveiro
g to setup a test SolrCloud 4.5.1 implementation. My synonym file > is about 1.6 MB. When I try to add collection to ZooKeeper 3.4.5 on Ubuntu > 12.4, it fails because of the 1MB limit of ZooKeeper. Has anyone any > experience with using such synonym files? Can I store them in some other

SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
Hi I am trying to setup a test SolrCloud 4.5.1 implementation. My synonym file is about 1.6 MB. When I try to add collection to ZooKeeper 3.4.5 on Ubuntu 12.4, it fails because of the 1MB limit of ZooKeeper. Has anyone any experience with using such synonym files? Can I store them in some other

Re: Synonym file for American-British words

2012-08-07 Thread SUJIT PAL
ote: > Dear friends, > > Is there a downloadable synonym file for American-British words? This page > has some, for example the VarCon file, but it's not in the Solr synonym.txt > file. > > We need something that can normalize words like "center" to "cent

RE: Synonym file for American-British words

2012-08-07 Thread Alexander Cougarman
Sorry, the VarCon file is here: http://wordlist.sourceforge.net/ Sincerely, Alex -Original Message- From: Alexander Cougarman [mailto:acoug...@bwc.org] Sent: 7 August 2012 5:09 PM To: solr-user@lucene.apache.org Subject: Synonym file for American-British words Dear friends, Is there

Synonym file for American-British words

2012-08-07 Thread Alexander Cougarman
Dear friends, Is there a downloadable synonym file for American-British words? This page has some, for example the VarCon file, but it's not in the Solr synonym.txt file. We need something that can normalize words like "center" to "centre". The VarCon file has it, but

Re: synonym file

2012-08-03 Thread Jack Krupansky
2 11:32 AM To: solr-user@lucene.apache.org Subject: Re: synonym file Actually FST (and SynFilter based on it) was backported to 3.x. Mike McCandless http://blog.mikemccandless.com On Fri, Aug 3, 2012 at 11:28 AM, Jack Krupansky wrote: The Lucene FST guys made a big improvement in synonym fi

Re: synonym file

2012-08-03 Thread Michael McCandless
ort the 4.0 FST code, or at least use the same > techniques for your own preprocessor. > > -- Jack Krupansky > > -Original Message- From: Peyman Faratin > Sent: Friday, August 03, 2012 12:56 AM > To: solr-user@lucene.apache.org > Subject: synonym file > > > Hi

Re: synonym file

2012-08-03 Thread Jack Krupansky
@lucene.apache.org Subject: synonym file Hi I have a (23M) synonym file that takes a long time (3 or so minutes) to load and once included seems to adversely affect the QTime of the application by approximately 4 orders of magnitude. Any advise on how to load faster and lower the QT would be

Re: synonym file

2012-08-02 Thread Lance Norskog
the first of a set of synonyms, so you don't get term explosion. May I ask what is the use case? On Thu, Aug 2, 2012 at 9:56 PM, Peyman Faratin wrote: > Hi > > I have a (23M) synonym file that takes a long time (3 or so minutes) to load > and once included seems to adversely af

synonym file

2012-08-02 Thread Peyman Faratin
Hi I have a (23M) synonym file that takes a long time (3 or so minutes) to load and once included seems to adversely affect the QTime of the application by approximately 4 orders of magnitude. Any advise on how to load faster and lower the QT would be much appreciated. best Peyman

Re: Dynamically Load Query Time Synonym File

2012-02-26 Thread Bill Bell
It would depend. If the synonyms are used on indexing, you need to reindex. Otherwise, you could reload and use the synonyms on "query". On 2/26/12 4:05 AM, "Ahmet Arslan" wrote: > >> Is there a way to dynamically load a synonym file without >> restarting s

Re: Dynamically Load Query Time Synonym File

2012-02-26 Thread Ahmet Arslan
> Is there a way to dynamically load a synonym file without > restarting solr core ? There is an open jira for this : https://issues.apache.org/jira/browse/SOLR-1307

Dynamically Load Query Time Synonym File

2012-02-26 Thread Sphene Software
Hello, Is there a way to dynamically load a synonym file without restarting solr core ? If this is possible, what are the negative side effects of these ? Example: If Synonym file is loaded dynamically, what happens to the results of the queries stored in the queryresultscache ? Thanks in

Re: Synonym file in a different location or loading synonyms from database

2009-04-23 Thread rajam
sure that my factory class is invoked. In the schema.xml, I updated the index analyzer as The query analyzer is updated as Is there any thing which is obvious that's missed? Regards, Raja -- View this message in context: http://www.nabble.com/Synonym-file-in-a-differen

Re: Synonym file in a different location

2009-04-23 Thread Otis Gospodnetic
From: rajam > To: solr-user@lucene.apache.org > Sent: Thursday, April 23, 2009 8:14:08 AM > Subject: Synonym file in a different location > > > Hi All, > I am trying to use synonyms in my project. > I would like to know whether it is possible to pick the synonyms.txt file &

Synonym file in a different location

2009-04-23 Thread rajam
me know how we can achieve this? Thanks in advance. Regards, Raja -- View this message in context: http://www.nabble.com/Synonym-file-in-a-different-location-tp23195669p23195669.html Sent from the Solr - User mailing list archive at Nabble.com.