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: hound = dog

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
) 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 to add collection to ZooKeeper 3.4.5 on Ubuntu 12.4, it fails because of the 1MB limit

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Yago Riveiro
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

Re: SolrCloud and 2MB Synonym file

2013-11-28 Thread Puneet Pawaia
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

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: SolrCloud and 2MB Synonym file

2013-11-27 Thread Yago Riveiro
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 location other than the Config

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
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 location other than the Config Folder

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Yago Riveiro
-- Yago Riveiro Sent with Sparrow (http://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 to add collection

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Mark Miller
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 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

Re: SolrCloud and 2MB Synonym file

2013-11-27 Thread Puneet Pawaia
) 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 to add collection to ZooKeeper 3.4.5 on Ubuntu 12.4, it fails because of the 1MB limit

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 it's in the wrong format

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

Re: Synonym file for American-British words

2012-08-07 Thread SUJIT PAL
, 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 it's in the wrong format. Thank

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

Re: synonym file

2012-08-03 Thread Michael McCandless
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 I have a (23M) synonym file that takes a long time (3

Re: synonym file

2012-08-03 Thread Jack Krupansky
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 j...@basetechnology.com wrote: The Lucene FST guys made a big improvement

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: 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 pey...@robustlinks.com 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

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

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

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 iori...@yahoo.com wrote: Is there a way to dynamically load a synonym file without restarting solr core ? There is an open

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.

Re: Synonym file in a different location

2009-04-23 Thread Otis Gospodnetic
...@portaltech.net 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 from a configurable location

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

2009-04-23 Thread rajam
which is obvious that's missed? Regards, Raja -- View this message in context: http://www.nabble.com/Synonym-file-in-a-different-location-tp23195669p23200257.html Sent from the Solr - User mailing list archive at Nabble.com.