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
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
> > > 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
:
>> >
>> > > 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
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
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
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
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
>
> >
> > 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
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
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
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
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
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
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
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
@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
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
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
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
> 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
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
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
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
&
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.
25 matches
Mail list logo