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
; catenateAll="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
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
On Fri, Aug 26, 2011 at 11:16 AM, Yonik Seeley wrote: > 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

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 > > According to the sample synonyms.txt, the

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
Gary, please post the entire field declaration so I can try to reproduce here 2011/8/26 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 856

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 problem is that ac