Re: Is there a list of "special" characters for standard analyzer?

2009-07-31 Thread Simon Willnauer
On Fri, Jul 31, 2009 at 5:00 PM, wrote: > Hi Ahmet, > > Thanks for the clarification and information!  That was exactly what I was > looking for. > > Jim > > > AHMET ARSLAN wrote: >> >> > I guess that the obvious question is "Which characters are >> > considered 'punctuation characters'?".

Re: Is there a list of "special" characters for standard analyzer?

2009-07-31 Thread ohaya
Hi Ahmet, Thanks for the clarification and information! That was exactly what I was looking for. Jim AHMET ARSLAN wrote: > > > I guess that the obvious question is "Which characters are > > considered 'punctuation characters'?". > > Punctuation = ("_"|"-"|"/"|"."|",") > > > In part

Re: Is there a list of "special" characters for standard analyzer?

2009-07-31 Thread AHMET ARSLAN
> I guess that the obvious question is "Which characters are > considered 'punctuation characters'?". Punctuation = ("_"|"-"|"/"|"."|",") > In particular, does the analyzer consider "=" (equal) and > ":" (colon) to be punctuation characters? ":" is special character at QueryParser (if you are

Re: Is there a list of "special" characters for standard analyzer?

2009-07-30 Thread ohaya
Phil Whelan wrote: > On Thu, Jul 30, 2009 at 7:12 PM, wrote: > > I was wonder if there is a list of special characters for the standard > > analyzer? > > > > What I mean by "special" is characters that the analyzer considers break > > characters. > > For example, if I have something like

Re: Is there a list of "special" characters for standard analyzer?

2009-07-30 Thread Phil Whelan
On Thu, Jul 30, 2009 at 7:12 PM, wrote: > I was wonder if there is a list of special characters for the standard > analyzer? > > What I mean by "special" is characters that the analyzer considers break > characters. > For example, if I have something like "foo=something", apparently the analyzer

Is there a list of "special" characters for standard analyzer?

2009-07-30 Thread ohaya
Hi, I was wonder if there is a list of special characters for the standard analyzer? What I mean by "special" is characters that the analyzer considers break characters. For example, if I have something like "foo=something", apparently the analyzer considers this as two terms, "foo" and "so