Try looking into Managed Resources:
https://lucene.apache.org/solr/guide/8_4/managed-resources.html
Charlie
On 15/01/2020 10:35, seeteshh wrote:
How do I update the synonyms.txt file if the data is being fetched from a
database say PostgreSQL since I wont be able to update the synonmys.txt
How do I update the synonyms.txt file if the data is being fetched from a
database say PostgreSQL since I wont be able to update the synonmys.txt file
every time manually and also the data is related to a table and not known to
Solr.
I am using Apache Solr 8.4.
Regards,
Seetesh hindlekar
I have a synonyms.txt mapping some words.
On my Solr 4.9, when I search a word that is in the synonyms.txt, the
debugger shows bellow:
"rawquerystring": "interleucina-6",
"querystring": "interleucina-6",
"parsedquery": "(+Disjun
Is my understanding of synonyms.txt configuration correct
1. When the user can search from a list of synonyms and the searchable
document can have any synonym the configuration should be like below.
Fuji, Gala, Braeburn, Crisp => Fuji, Gala, Braeburn, Crisp
2. When the user can search from a l
> -Original Message-
> From: Mark Miller [mailto:markrmil...@gmail.com]
> Sent: Tuesday, May 07, 2013 11:53 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr Cloud with large synonyms.txt
>
> I'm not so worried about the large file in zk issue myself.
>
From: Mark Miller [mailto:markrmil...@gmail.com]
Sent: Tuesday, May 07, 2013 11:53 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr Cloud with large synonyms.txt
I'm not so worried about the large file in zk issue myself.
The concern is that you start storing and accessing lots
--Original Message-
> From: Mark Miller [mailto:markrmil...@gmail.com]
> Sent: Tuesday, May 07, 2013 9:35 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr Cloud with large synonyms.txt
>
>
> On May 7, 2013, at 10:24 AM, Mark Miller wrote:
>
>>
>>
Solr Cloud with large synonyms.txt
Hi,
SolrCloud is designed with an assumption that you should be able to upload your
whole disk-based conf folder into ZK, and that you should be able to add an
empty Solr node to a cluster and it would download all config from ZK. So
immediately a splitting str
Son
-Original Message-
From: Mark Miller [mailto:markrmil...@gmail.com]
Sent: Tuesday, May 07, 2013 9:35 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr Cloud with large synonyms.txt
On May 7, 2013, at 10:24 AM, Mark Miller wrote:
>
> On May 6, 2013, at 12:32 PM, Son Ng
On May 7, 2013, at 10:24 AM, Mark Miller wrote:
>
> On May 6, 2013, at 12:32 PM, Son Nguyen wrote:
>
>> I did some researches on internet and found out that because Zookeeper znode
>> size limit is 1MB. I tried to increase the system property "jute.maxbuffer"
>> but it won't work.
>> Does a
On May 6, 2013, at 12:32 PM, Son Nguyen wrote:
> I did some researches on internet and found out that because Zookeeper znode
> size limit is 1MB. I tried to increase the system property "jute.maxbuffer"
> but it won't work.
> Does anyone have experience of dealing with it?
Perhaps hit up the
ZkSolresourceLoader
for large files could be one way forward, i.e. store synonyms.txt as e.g.
__001_synonyms.txt __002_synonyms.txt
Feel free to open a JIRA issue for this so we can get a proper resolution.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
7. mai 2013
lr-user@lucene.apache.org
> Subject: Re: Solr Cloud with large synonyms.txt
>
> See discussion here
> http://lucene.472066.n3.nabble.com/gt-1MB-file-to-Zookeeper-td3958614.html
>
> One idea was compression. Perhaps if we add gzip support to SynonymFilter
> it
> can rea
ydahl [mailto:jan@cominvent.com]
Sent: Tuesday, May 07, 2013 4:35 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr Cloud with large synonyms.txt
See discussion here
http://lucene.472066.n3.nabble.com/gt-1MB-file-to-Zookeeper-td3958614.html
One idea was compression. Perhaps if we add gzip suppo
- www.cominvent.com
6. mai 2013 kl. 18:32 skrev Son Nguyen :
> Hello,
>
> I'm building a Solr Cloud (version 4.1.0) with 2 shards and a Zookeeper (the
> Zookeeer is on different machine, version 3.4.5).
> I've tried to start with a 1.7MB synonyms.txt, but got a
&
Hello,
I'm building a Solr Cloud (version 4.1.0) with 2 shards and a Zookeeper (the
Zookeeer is on different machine, version 3.4.5).
I've tried to start with a 1.7MB synonyms.txt, but got a
"ConnectionLossException":
Caused by: org.apache.zookeeper.KeeperException$Con
Though I think *another* JIRA made data dir not changeable over core reload for
some reason I don't recall exactly. But the other stuff is back to being
changeable :)
- Mark
On Mar 28, 2013, at 8:04 PM, Mark Miller wrote:
> But this is fixed in 4.2 - now the index writer is rebooted on core r
But this is fixed in 4.2 - now the index writer is rebooted on core reload.
So that's just 4.0 and 4.1.
- Mark
On Mar 28, 2013, at 6:48 PM, Chris Hostetter wrote:
>
> : But solr wiki says:
> : ```
> : Starting with Solr4.0, the RELOAD command is implemented in a way that
> : results a "live"
Not sure, but if you put it in the data dir, I think it picks it up and
reloads on commit.
Upayavira
On Thu, Mar 28, 2013, at 09:11 AM, Kaneyama Genta wrote:
> Dear all,
>
> I investigating how to update synonyms.txt.
> Some people says CORE RELOAD will reload synonyms.txt.
>
: But solr wiki says:
: ```
: Starting with Solr4.0, the RELOAD command is implemented in a way that
: results a "live" reloads of the SolrCore, reusing the existing various
: objects such as the SolrIndexWriter. As a result, some configuration
: options can not be changed and made active with a s
and saw the synonym appear afterwards.
Erik
On Mar 28, 2013, at 05:11 , Kaneyama Genta wrote:
> Dear all,
>
> I investigating how to update synonyms.txt.
> Some people says CORE RELOAD will reload synonyms.txt.
>
> But solr wiki says:
> ```
> Starting with Solr4.
the contents of the Solr data directory for the
collection and restarting Solr and resending all of the source documents.
-- Jack Krupansky
-Original Message-
From: Kaneyama Genta
Sent: Thursday, March 28, 2013 5:11 AM
To: solr-user@lucene.apache.org
Subject: How to update synonyms
Dear all,
I investigating how to update synonyms.txt.
Some people says CORE RELOAD will reload synonyms.txt.
But solr wiki says:
```
Starting with Solr4.0, the RELOAD command is implemented in a way that
results a "live" reloads of the SolrCore, reusing the existing various
objects s
Thanks,
That worked like a charm.
Should've thought about that :)
/ Carl
From: Robert Muir [rcm...@gmail.com]
Sent: 20 April 2012 18:21
To: solr-user@lucene.apache.org
Subject: Re: Special characters in synonyms.txt on Solr 3.5
On Fri, Apr 20, 2012
On Fri, Apr 20, 2012 at 12:10 PM, carl.nordenf...@bwinparty.com
wrote:
> Directly injecting the letter "ö" into synonyms like so:
> island, ön
> island, "ön"
>
> renders the following exception on startup (both lines renders the same
> error):
>
> java.lang.RuntimeException: java.nio.charset.Malf
Hi,
I'm having issues with special characters in synonyms.txt on Solr 3.5.
I'm running a multi-lingual index and need certain terms to give results across
all languages no matter what language the user uses.
I figured that this should be easily resovled by just adding the different
you are right about wildcards and analysis stuff...
so any way of putting wildcards in for analysis?
-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context:
http://lucene.472066.n3.nabble.com/synonyms-txt-different-results-on-admin-and-on-site-tp3318338p3322026.html
Sent
Wildcard terms are not analyzed, so your synonyms.txt may come into play here,
have you check the analysis for deniz* ?
François
On Sep 7, 2011, at 10:08 PM, deniz wrote:
> well yea you are right... i realised that lack of detail issue here... so
> here it comes...
>
>
>
synonyms.txt file which
contains
deniz,denis,denise
After posting here, I have checked some stuff that I have faced before,
while trying to add accented letters to the system... so it seems like same
or similar stuff... so...
As i want to support partial matches, the search string is modified on
you should probably post your schema.xml and some parts of your
synonyms.txt. it could be differences between your index and query
analysis chains, synonym expansion errors, etc, but folks will likely
need more details to help you out.
cheers,
rob
On Wed, Sep 7, 2011 at 9:46 PM, deniz wrote
could it be related with analysis issue about synonyms once again?
-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context:
http://lucene.472066.n3.nabble.com/synonyms-txt-different-results-on-admin-and-on-site-tp3318338p3318464.html
Sent from the Solr - User mailing list
hi all...
i have checked the list about the issue in the title, but couldnt find any
related info... so my problem is:
i change sysnonyms.txt and then reload the core without restarting the
server. new synonyms works smoothly if i use admin interface of solr,
however when i use the site which is
Hah, I knew it was something simple. :) Thanks.
Gary
-Original Message-
From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley
Sent: Sunday, August 28, 2011 12:50 PM
To: solr-user@lucene.apache.org
Subject: Re: commas in synonyms.txt are not escaping
Turns out this
Turns out this isn't a bug - I was just tripped up by the analysis
changes to the example server.
Gary, you are probably just hitting the same thing.
The "text" fieldType is no longer used by any fields by default - for
example the "text" field uses the "text_general" fieldType.
This fieldType use
synonyms.txt are not escaping
Gary, isn't your wordDelimiter removing your commas in the query time? have
u tried it in the analyzer?
2011/8/26 Moore, Gary
> Here you go -- I'm just hacking the text field at the moment. Thanks,
> Gary
>
>
>
>
>
Thanks, Yonik.
Gary
-Original Message-
From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley
Sent: Friday, August 26, 2011 11:25 AM
To: solr-user@lucene.apache.org
Subject: Re: commas in synonyms.txt are not escaping
On Fri, Aug 26, 2011 at 11:16 AM, Yonik Seeley
N 1996617,Bladex-B,Brush killer 64,Butoxy-D
>> 3,CCRIS 8562
>>
>> According to the sample synonyms.txt, the comma above should be. i.e.
>> a\,a=>b\,b. The problem is that according to analysis.jsp the commas are
>> not being escaped. If I paste in 2,4-D-buto
On Fri, Aug 26, 2011 at 10:17 AM, Moore, Gary wrote:
>
> I have a number of chemical names containing commas which I'm mapping in
> index_synonyms.txt thusly:
>
> 2\,4-D-butotyl=>Aqua-Kleen,BRN 1996617,Bladex-B,Brush killer 64,Butoxy-D
> 3,CCRIS 8562
>
> Acco
quot;0" splitOnCaseChange="1"/>
>
> protected="protwords.txt"/>
>
>
>
>
> -Original Message-
> From: Alexei Martchenko [mailto:ale...@superdownloads.com.br]
> Sent: Friday, August 26, 2011 10:30 AM
> To: solr-user@lucene.apache.org
> Subject: Re: commas in synonyms.txt are not escaping
>
> Gary, please post the entire field declaration so I can try to reproduce
> here
>
>
>
--
*Alexei Martchenko* | *CEO* | Superdownloads
ale...@superdownloads.com.br | ale...@martchenko.com.br | (11)
5083.1018/5080.3535/5080.3533
henko [mailto:ale...@superdownloads.com.br]
Sent: Friday, August 26, 2011 10:30 AM
To: solr-user@lucene.apache.org
Subject: Re: commas in synonyms.txt are not escaping
Gary, please post the entire field declaration so I can try to reproduce
here
r 64,Butoxy-D
> 3,CCRIS 8562
>
> According to the sample synonyms.txt, the comma above should be. i.e.
> a\,a=>b\,b.The problem is that according to analysis.jsp the commas are
> not being escaped. If I paste in 2,4-D-butotyl, then no mappings. If I
> paste in 2\,4-D-butotyl,
I have a number of chemical names containing commas which I'm mapping in
index_synonyms.txt thusly:
2\,4-D-butotyl=>Aqua-Kleen,BRN 1996617,Bladex-B,Brush killer 64,Butoxy-D
3,CCRIS 8562
According to the sample synonyms.txt, the comma above should be. i.e.
a\,a=>b\,b.The prob
> On Wed, Jun 22, 2011 at 10:14 AM, Bernd Fehling
> wrote:
> > While trying some synonyms.txt files I noticed a huge increase
> of heap
> > usage.
> >
> > synonyms_1.txt --> 6645 lines (2826104 bytes in size)
> > results in 66364 entries in SynonymM
I once tried to load wordnet synsets as a synonym file and it was
prohibitively slow and unusable. fyi.
On 06/22/2011 12:23 PM, Robert Muir wrote:
On Wed, Jun 22, 2011 at 10:14 AM, Bernd Fehling
wrote:
While trying some synonyms.txt files I noticed a huge increase of heap
usage.
synonyms_1
On Wed, Jun 22, 2011 at 10:14 AM, Bernd Fehling
wrote:
> While trying some synonyms.txt files I noticed a huge increase of heap
> usage.
>
> synonyms_1.txt --> 6645 lines (2826104 bytes in size)
> results in 66364 entries in SynonymMap with 730MB heap usage.
> Startup
While trying some synonyms.txt files I noticed a huge increase of heap usage.
synonyms_1.txt --> 6645 lines (2826104 bytes in size)
results in 66364 entries in SynonymMap with 730MB heap usage.
Startup time about 2 minutes.
synonyms_2.txt --> 6645 lines (5384884 bytes in size)
results in
he results changed, and now bbbxxx was produced as
well.
If you are seeing situations where after a core reload you do *not* see
changes to the synonyms.txt file, then either there is an edge case bug,
or perhaps you aren't changing what you think?
providing more details about your set
Hi,
Apparently, when one RELOADs a core, the synonyms file is not reloaded. Is
this
the expected behaviour? Is it the desired behaviour?
Here's the use-case:
When one is doing purely query-time synonym expansion, ideally one would be
able
to edit synonyms.txt and get it reloaded, so
ing this
> > issue where solr3.1 now complains about the synonyms.txt file. I get the
> > following error:
> > *org.apache.solr.common.SolrException: Error loading resource (wrong
> > encoding?): synonyms.txt*
> > *
> > *
> > This worked fine before in sol
On Thu, Apr 7, 2011 at 2:13 PM, Siddharth Powar
wrote:
> Hey guys,
>
> I am in the process of moving to solr3.1 from solr1.4. I am having this
> issue where solr3.1 now complains about the synonyms.txt file. I get the
> following error:
> *org.apache.solr.common.SolrExcept
Hey guys,
I am in the process of moving to solr3.1 from solr1.4. I am having this
issue where solr3.1 now complains about the synonyms.txt file. I get the
following error:
*org.apache.solr.common.SolrException: Error loading resource (wrong
encoding?): synonyms.txt*
*
*
This worked fine before in
org
> Sent: Sun, February 20, 2011 1:09:41 PM
> Subject: Re: Synonyms.txt
>
> Thanks Lee !
> Your are right, I'm new to solr, and I didn't think about that point.
> But in my case, target is newspaper articles, so it's more generic
> contents that specialized
; On 20 February 2011 15:58, Marc Kalberer wrote:
>
>> Hello,
>> Is there any free Synonyms.txt available on internet ? Wasn't able to find
>> any. Specially interested by the french version.
>> ++
>> Marc
>> --
>> *Programmers.ch*
>> Développement WEB
>> Solutions libres et Opensources
>> Tel: ++41 76 44 888 72
>> Site: http://www.programmers.ch
>>
ucene.472066.n3.nabble.com/French-synonyms-amp-Online-synonyms-td488829.html
On 20 February 2011 15:58, Marc Kalberer wrote:
> Hello,
> Is there any free Synonyms.txt available on internet ? Wasn't able to find
> any. Specially interested by the french version.
> ++
> Marc
>
Hello,
Is there any free Synonyms.txt available on internet ? Wasn't able to
find any. Specially interested by the french version.
++
Marc
--
*Programmers.ch*
Développement WEB
Solutions libres et Opensources
Tel: ++41 76 44 888 72
Site: http://www.programmers.ch
an Toyouri Gould
>
>
> -Ursprüngliche Nachricht-
> Von: Stefan Matheis [mailto:matheis.ste...@googlemail.com]
> Gesendet: Mittwoch, 9. Februar 2011 11:34
> An: solr-user@lucene.apache.org
> Betreff: Re: Maintain stopwords.txt and synonyms.txt
>
> Hi Timo,
>
> of course -
...@googlemail.com]
Gesendet: Mittwoch, 9. Februar 2011 11:34
An: solr-user@lucene.apache.org
Betreff: Re: Maintain stopwords.txt and synonyms.txt
Hi Timo,
of course - that's right. Write some JSP (i guess) which could be
integrated in the already existing jetty/tomcat Server?
Just wondering about, how d
ndelsregister Nr.: 22567
> Stammsitz: Wiesbaden
> Creditreform: 625.0209354
> Geschäftsführer: Kian Toyouri Gould
>
>
> -Ursprüngliche Nachricht-
> Von: Stefan Matheis [mailto:matheis.ste...@googlemail.com]
> Gesendet: Mittwoch, 9. Februar 2011 11:14
> An: solr-user@lucene.apa
11 11:14
An: solr-user@lucene.apache.org
Betreff: Re: Maintain stopwords.txt and synonyms.txt
Timo,
On Wed, Feb 9, 2011 at 11:07 AM, Timo Schmidt wrote:
> But currently I could not find any possibility to write the stopwords.txt or
> synonyms.txt.
what about writing the Files from
Timo,
On Wed, Feb 9, 2011 at 11:07 AM, Timo Schmidt wrote:
> But currently I could not find any possibility to write the stopwords.txt or
> synonyms.txt.
what about writing the Files from an external Application and reload
your Solr Core!?
Seemed to be the simplest way to solve your p
synonyms.txt.
Are there any other solutions?
Currently I have some ideas how to handle it:
1.Implement another SynonymFilterFactory to allow other datasources like
databases. I already saw approaches for that but no solutions yet.
2.Implement a fileWriter request handler to write the
> My solr doesn't have any cores defined. Do the Solr have a
> default core
> running all the time? In order to use SolrQueryRequest and
> SolrQueryResponse
> do we have to define any other classes?
I didn't understand your questions completely. But with the piece of code
-given in one of previ
Ok. I got the RequestHandlerBase.
My solr doesn't have any cores defined. Do the Solr have a default core
running all the time? In order to use SolrQueryRequest and SolrQueryResponse
do we have to define any other classes?
Thanks for the help in advance.
--
View this message in context:
http:
> public class DummyRequestHandler extends RequestHandlerBase
is the "requesthandlerbase" your own class?
--
View this message in context:
http://lucene.472066.n3.nabble.com/refreshing-synonyms-txt-or-other-configs-tp708323p1030886.html
Sent from the Solr - User mailing list archive at Nabble
> You could make your own little plugin RequestHandler that
> did the reload
> though. The RQ could get the CoreContainer from the
> SolrCore retrieved
> from the request, and then call reload on the "" core.
>
Awesome, this piece of code reloaded schema.xml, stopwords.txt etc. Thanx!
public c
On 04/12/2010 02:16 PM, Ahmet Arslan wrote:
--- On Mon, 4/12/10, Ahmet Arslan wrote:
From: Ahmet Arslan
Subject: Re: AW: refreshing synonyms.txt - or other configs
To: solr-user@lucene.apache.org
Date: Monday, April 12, 2010, 5:08 PM
yes i am using solr.xml, although
there is
--- On Mon, 4/12/10, Ahmet Arslan wrote:
> From: Ahmet Arslan
> Subject: Re: AW: refreshing synonyms.txt - or other configs
> To: solr-user@lucene.apache.org
> Date: Monday, April 12, 2010, 5:08 PM
>
> > yes i am using solr.xml, although
> > there is only one cor
> yes i am using solr.xml, although
> there is only one core defined
> at the moment. so reloading is only possible with a
> core-setup, right?
Yes.
e.apache.org
> Betreff: Re: refreshing synonyms.txt - or other configs
>
> > but whats with a standard setup? is there a way to do this?
> > we have not
> > yet decided how we run our production servers. at the
> > moment were
> > developing a enterprise search fo
> but whats with a standard setup? is there a way to do this?
> we have not
> yet decided how we run our production servers. at the
> moment were
> developing a enterprise search for our intranet...
"Reloading a core is only possible if you are using an installation
with solr.xml (i.e. a multi co
i am wondering how config files like synonyms.txt or stopwords.txt can
be refreshed without restarting of solr,
maybe also how changes in solrconfig.xml or schema.xml can be refreshed?
i can use a multicore setup - i just tested it with a "multicore"-setup
with one one core (core0), t
paulosalamat wrote:
Hi Koji,
Thank you for the reply.
I have another question. If WhitespaceTokenizer is used, is the term text
"macbook+air" equal to "macbook air"?
No. In the field, "macbook air" will be a phrase (not a term).
You can define not only ter
.@n3.nabble.com
> wrote:
> paulosalamat wrote:
>
> > Hi I'm new to this group,
> >
> > I would like to ask a question:
> >
> > What does it mean when you see a plus sign in between two words inside
> > synonyms.txt?
> >
> > e.g.
> >
> >
paulosalamat wrote:
Hi I'm new to this group,
I would like to ask a question:
What does it mean when you see a plus sign in between two words inside
synonyms.txt?
e.g.
macbookair => macbook+air
Thanks,
Paulo
Welcome, Paulo!
It depends on your tokenizer. You can specify a t
Hi I'm new to this group,
I would like to ask a question:
What does it mean when you see a plus sign in between two words inside
synonyms.txt?
e.g.
macbookair => macbook+air
Thanks,
Paulo
--
View this message in context:
http://n3.nabble.com/What-does-it-mean-when-you-see-a-plus
;>> Hi,
>>>
>>> at openthesaurus.org or .com you can find a mysql version of synonyms you
>>> just have to join it to fit the synonym schema of solr yourself.
>>>
>>>
>>> Am 12.02.2010 um 20:03 schrieb Emad Mushtaq:
>>>
>>&
m you can find a mysql version of synonyms you
>> just have to join it to fit the synonym schema of solr yourself.
>>
>>
>> Am 12.02.2010 um 20:03 schrieb Emad Mushtaq:
>>
>>> Hi,
>>>
>>> I was wondering if anyone has prepared a synonyms.
schrieb Emad Mushtaq:
>
> > Hi,
> >
> > I was wondering if anyone has prepared a synonyms.txt for general purpose
> > search engines, that can be shared. If not could you refer me to places
> > where such a synonym list or thesaurus can be found. Synonyms for searc
Hi,
at openthesaurus.org or .com you can find a mysql version of synonyms you just
have to join it to fit the synonym schema of solr yourself.
Am 12.02.2010 um 20:03 schrieb Emad Mushtaq:
> Hi,
>
> I was wondering if anyone has prepared a synonyms.txt for general purpose
> se
Hi,
I was wondering if anyone has prepared a synonyms.txt for general purpose
search engines, that can be shared. If not could you refer me to places
where such a synonym list or thesaurus can be found. Synonyms for search
engines are different from the regular thesaurus. Any help would be
I understand that synonyms are domain-specific, although I could still see a
benefit of having standardized synonyms.txt files (a thesaurus) for general
use. Just like the ones you can download or is already embedded in word
processors like Open Office Writer or MS Word.
I can understand that
> Sent: Tuesday, July 21, 2009 1:50:43 PM
> Subject: Synonyms.txt and index_synonyms.txt
>
>
> Do you anyone the differences between these two?
>
> From the schema.xml
>
> We have:
>
>
>
>
>
> ignore
Do you anyone the differences between these two?
>From the schema.xml
We have:
Do you know if we need both of them for search to be
led to see if the new
>> file
>> is indeed not getting used?
>>
>
> I'm a bit confused now. It's not doing what i saw before.
> Now I can't get it to replicate when i do an "empty" commit. Rather I need
> to do a real data update, and a commit
y" commit. Rather I need
to do a real data update, and a commit, then any changes to the
solr_rep_master's conf/synonyms.txt file get replicated to the slave, and
the slave seems to pick up the change without reloading.
I'm not really sure what you mean by the analysis.txt file. Do you
On Sat, May 30, 2009 at 6:45 AM, mlathe wrote:
>
> I would like to provide an admin interface (in a different system) that
> would update the synonyms.txt file and automatically inform a set of Solr
> instances that are being replicated to update their synonyms.txt file too.
>
&g
Hi All,
I would like to provide an admin interface (in a different system) that
would update the synonyms.txt file and automatically inform a set of Solr
instances that are being replicated to update their synonyms.txt file too.
This discussion shows a possible solution:
http://www.nabble.com
Hoss,
Thanks I am the op on this question.
I figured it out by just trying t out and what your saying seems to
be correct.
Thanks
Chris Hostetter wrote:
: The question is how would/could I add the final option "Sus scrofa domestica"
: to the list of synonyms for swine would any of these work
: The question is how would/could I add the final option "Sus scrofa domestica"
: to the list of synonyms for swine would any of these work or am I totally off
: base here?
:
: 1) swine => hogs,pigs,porcine,"Sus scrofa domestica"
: 2) swine => hogs,pigs,porcine,"Sus\ scrofa\ domestica"
swine => h
I have a thesaurus that I would like to dump into the synonyms.txt In my
thesaurus I have a term swine that
has a property called use_for which in my case is essentially a synonym.
The json representation of the term swine from my solr based thesaurus is:
{
"term&qu
Synonyms are domain-specific. A food site would list "arugula" and
"rocket" as synonyms, but that would be a bad idea for NASA.
wunder
On 1/16/09 1:35 PM, "Daniel Lovins" wrote:
> Hello list.
>
> Are there standardized lists out there for populating syno
Hello list.
Are there standardized lists out there for populating synonyms.txt?
Entering the terms manually seems like a bad idea.
Thanks for your help.
Daniel
Is that right?
>
>
>
> On Jan 5, 2009, at 6:10 AM, Alexander Ramos Jardim wrote:
>
> 2009/1/3 Grant Ingersoll
>>
>>
>>> On Jan 2, 2009, at 10:25 AM, Alexander Ramos Jardim wrote:
>>>
>>> Grant,
>>>
>>>>
>>>&g
mos Jardim wrote:
Grant,
2. SynonymTokenFilterFactory does the "synonyms.txt" parse and
creates the
SynonymTokenFilter instance. If I want the SynonymTokenFilter to
reload
synonyms.txt file from time to time, I will need to put the file
load and
parsing strategies inside my ne
2009/1/3 Grant Ingersoll
>
> On Jan 2, 2009, at 10:25 AM, Alexander Ramos Jardim wrote:
>
> Grant,
>>
>
>
>> 2. SynonymTokenFilterFactory does the "synonyms.txt" parse and creates the
>> SynonymTokenFilter instance. If I want the SynonymTokenFilt
write a custom TokenFilter and TokenFilterFactory,
right?
Yes.
2. SynonymTokenFilterFactory does the "synonyms.txt" parse and
creates the
SynonymTokenFilter instance. If I want the SynonymTokenFilter to
reload
synonyms.txt file from time to time, I will need to put the file
. SynonymTokenFilterFactory does the "synonyms.txt" parse and creates the
SynonymTokenFilter instance. If I want the SynonymTokenFilter to reload
synonyms.txt file from time to time, I will need to put the file load and
parsing strategies inside my new TokenFilter, right?
2008/12/30 Grant
People,
Thanks for all the replies,
The business requirement I have is to update the synonyms list every time
someone from the sales department establishes a new dictionary (they do that
a couple times in a week) I must add the new synonyms to the index. I think
I will stick with query time synon
On Dec 30, 2008, at 4:38 PM, Smiley, David W. wrote:
Grant, the Solr wiki recommends doing expansion at index time and
gives reasons:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
I personally think "recommends" is too strong of a
Grant, the Solr wiki recommends doing expansion at index time and gives reasons:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
Query-time doesn't work for multi-word expansion. For everyone's convenience,
I'll quote the remainder of the
1 - 100 of 118 matches
Mail list logo