Re: Update synonyms.txt file based on values in the database

2020-01-16 Thread Charlie Hull
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

Update synonyms.txt file based on values in the database

2020-01-15 Thread seeteshh
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

synonyms.txt -> minimum match (~ mm)

2019-06-19 Thread Kojo
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

Correct usage for Synonyms.txt

2015-04-21 Thread Kaushik
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

RE: Solr Cloud with large synonyms.txt

2013-05-08 Thread Roman Chyla
> -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. >

RE: Solr Cloud with large synonyms.txt

2013-05-08 Thread David Parks
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

Re: Solr Cloud with large synonyms.txt

2013-05-07 Thread Mark Miller
--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: > >> >>

RE: Solr Cloud with large synonyms.txt

2013-05-07 Thread Son Nguyen
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

RE: Solr Cloud with large synonyms.txt

2013-05-07 Thread Son Nguyen
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

Re: Solr Cloud with large synonyms.txt

2013-05-07 Thread Mark Miller
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

Re: Solr Cloud with large synonyms.txt

2013-05-07 Thread Mark Miller
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

Re: Solr Cloud with large synonyms.txt

2013-05-07 Thread Jan Høydahl
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

RE: Solr Cloud with large synonyms.txt

2013-05-07 Thread Roman Chyla
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

RE: Solr Cloud with large synonyms.txt

2013-05-06 Thread David Parks
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

Re: Solr Cloud with large synonyms.txt

2013-05-06 Thread Jan Høydahl
- 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 &

Solr Cloud with large synonyms.txt

2013-05-06 Thread 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 "ConnectionLossException": Caused by: org.apache.zookeeper.KeeperException$Con

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Mark Miller
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

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Mark Miller
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"

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Upayavira
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. >

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Chris Hostetter
: 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

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Erik Hatcher
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.

Re: How to update synonyms.txt without restart?

2013-03-28 Thread Jack Krupansky
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

How to update synonyms.txt without restart?

2013-03-28 Thread Kaneyama Genta
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

RE: Special characters in synonyms.txt on Solr 3.5

2012-04-21 Thread carl.nordenf...@bwinparty.com
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

Re: Special characters in synonyms.txt on Solr 3.5

2012-04-20 Thread Robert Muir
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

Special characters in synonyms.txt on Solr 3.5

2012-04-20 Thread carl.nordenf...@bwinparty.com
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

Re: synonyms.txt: different results on admin and on site..

2011-09-08 Thread deniz
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

Re: synonyms.txt: different results on admin and on site..

2011-09-08 Thread François Schiettecatte
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... > > >

Re: synonyms.txt: different results on admin and on site..

2011-09-07 Thread deniz
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

Re: synonyms.txt: different results on admin and on site..

2011-09-07 Thread Rob Casson
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

Re: synonyms.txt: different results on admin and on site..

2011-09-07 Thread deniz
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

synonyms.txt: different results on admin and on site..

2011-09-07 Thread deniz
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

RE: commas in synonyms.txt are not escaping

2011-08-29 Thread Moore, Gary
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

Re: commas in synonyms.txt are not escaping

2011-08-28 Thread Yonik Seeley
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

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
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 > > > > >

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, 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

Re: commas in synonyms.txt are not escaping

2011-08-26 Thread 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

Re: commas in synonyms.txt are not escaping

2011-08-26 Thread Yonik Seeley
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

Re: commas in synonyms.txt are not escaping

2011-08-26 Thread Alexei Martchenko
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

RE: commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
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

Re: commas in synonyms.txt are not escaping

2011-08-26 Thread Alexei Martchenko
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,

commas in synonyms.txt are not escaping

2011-08-26 Thread Moore, Gary
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

Re: size of synonyms.txt

2011-06-22 Thread Bernd Fehling
> 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

Re: size of synonyms.txt

2011-06-22 Thread Darren Govoni
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

Re: size of synonyms.txt

2011-06-22 Thread Robert Muir
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

size of synonyms.txt

2011-06-22 Thread Bernd Fehling
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

Re: Reloading synonyms.txt without downtime

2011-04-25 Thread Chris Hostetter
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

Reloading synonyms.txt without downtime

2011-04-11 Thread Otis Gospodnetic
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

Re: Encoding issue on synonyms.txt

2011-04-07 Thread Siddharth Powar
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

Re: Encoding issue on synonyms.txt

2011-04-07 Thread Robert Muir
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

Encoding issue on synonyms.txt

2011-04-07 Thread Siddharth Powar
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

Re: Synonyms.txt

2011-02-21 Thread Otis Gospodnetic
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

Re: Synonyms.txt

2011-02-20 Thread Marc Kalberer
; 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 >>

Re: Synonyms.txt

2011-02-20 Thread lee carroll
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 >

Synonyms.txt

2011-02-20 Thread Marc Kalberer
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

Re: Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Stefan Matheis
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 -

AW: Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Timo Schmidt
...@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

Re: Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Stefan Matheis
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

AW: Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Timo Schmidt
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

Re: Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Stefan Matheis
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

Maintain stopwords.txt and synonyms.txt

2011-02-09 Thread Timo Schmidt
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

Re: AW: refreshing synonyms.txt - or other configs

2010-08-06 Thread Ahmet Arslan
> 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

Re: AW: refreshing synonyms.txt - or other configs

2010-08-06 Thread sivaram
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:

Re: AW: refreshing synonyms.txt - or other configs

2010-08-06 Thread sivaram
> 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

Re: AW: refreshing synonyms.txt - or other configs

2010-04-12 Thread Ahmet Arslan
> 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

Re: AW: refreshing synonyms.txt - or other configs

2010-04-12 Thread Mark Miller
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

Re: AW: refreshing synonyms.txt - or other configs

2010-04-12 Thread Ahmet Arslan
--- 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

Re: AW: refreshing synonyms.txt - or other configs

2010-04-12 Thread Ahmet Arslan
> 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.

AW: refreshing synonyms.txt - or other configs

2010-04-12 Thread Markus.Rietzler
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

Re: refreshing synonyms.txt - or other configs

2010-04-10 Thread Ahmet Arslan
> 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

refreshing synonyms.txt - or other configs

2010-04-09 Thread Markus.Rietzler
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

Re: What does it mean when you see a plus sign in between two words inside synonyms.txt?

2010-04-05 Thread Koji Sekiguchi
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

Re: What does it mean when you see a plus sign in between two words inside synonyms.txt?

2010-04-05 Thread paulosalamat
.@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. > > > >

Re: What does it mean when you see a plus sign in between two words inside synonyms.txt?

2010-04-05 Thread Koji Sekiguchi
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

What does it mean when you see a plus sign in between two words inside synonyms.txt?

2010-04-04 Thread paulosalamat
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

Re: Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-17 Thread Lance Norskog
;>> 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: >>> >>&

Re: Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread Julian Hille
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.

Re: Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread Emad Mushtaq
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

Re: Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread Julian Hille
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

Has anyone prepared a general purpose synonyms.txt for search engines

2010-02-12 Thread 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 search engines are different from the regular thesaurus. Any help would be

Re: populating synonyms.txt

2009-10-02 Thread Michael Engesgaard
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

Re: Synonyms.txt and index_synonyms.txt

2009-07-21 Thread Otis Gospodnetic
> 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

Synonyms.txt and index_synonyms.txt

2009-07-21 Thread Francis Yakin
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

Re: Refresh synonyms.txt file via replication

2009-06-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

Re: Refresh synonyms.txt file via replication

2009-06-09 Thread mlathe
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

Re: Refresh synonyms.txt file via replication

2009-06-05 Thread Shalin Shekhar Mangar
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

Refresh synonyms.txt file via replication

2009-05-29 Thread mlathe
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

Re: Phrases in Synonyms.txt

2009-03-11 Thread Vernon Chapman
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

Re: Phrases in Synonyms.txt

2009-03-11 Thread Chris Hostetter
: 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

Phrases in Synonyms.txt

2009-03-03 Thread Vernon Chapman
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

Re: populating synonyms.txt

2009-01-16 Thread Walter Underwood
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

populating synonyms.txt

2009-01-16 Thread Daniel Lovins
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

Re: synonyms.txt file updated frequently

2009-01-05 Thread Alexander Ramos Jardim
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

Re: synonyms.txt file updated frequently

2009-01-05 Thread Grant Ingersoll
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

Re: synonyms.txt file updated frequently

2009-01-05 Thread Alexander Ramos Jardim
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

Re: synonyms.txt file updated frequently

2009-01-03 Thread Grant Ingersoll
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

Re: synonyms.txt file updated frequently

2009-01-02 Thread Alexander Ramos Jardim
. 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

Re: synonyms.txt file updated frequently

2009-01-02 Thread Alexander Ramos Jardim
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

Re: synonyms.txt file updated frequently

2008-12-31 Thread Grant Ingersoll
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

Re: synonyms.txt file updated frequently

2008-12-30 Thread Smiley, David W.
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   2   >