Re: Dealing with special cases in analyser

2010-03-17 Thread Paul Taylor
Grant Ingersoll wrote: On Mar 17, 2010, at 11:34 AM, Paul Taylor wrote: Grant Ingersoll wrote: What's your current chain of TokenFilters? How many exceptions do you expect? That is, could you enumerate them? Very few, yes I could enumerate them, but not sure what exactly y

Re: Dealing with special cases in analyser

2010-03-17 Thread Grant Ingersoll
On Mar 17, 2010, at 11:34 AM, Paul Taylor wrote: > Grant Ingersoll wrote: >> What's your current chain of TokenFilters? How many exceptions do you >> expect? That is, could you enumerate them? >> > Very few, yes I could enumerate them, but not sure what exactly you are > suggesting, what I

Re: Dealing with special cases in analyser

2010-03-17 Thread Paul Taylor
Grant Ingersoll wrote: What's your current chain of TokenFilters? How many exceptions do you expect? That is, could you enumerate them? Very few, yes I could enumerate them, but not sure what exactly you are suggesting, what I was going to do would be add to the charConvertMap (when I pos

Re: Dealing with special cases in analyser

2010-03-17 Thread Grant Ingersoll
What's your current chain of TokenFilters? How many exceptions do you expect? That is, could you enumerate them? On Mar 12, 2010, at 5:27 AM, Paul Taylor wrote: > Hi, I'm using a custom analyser based on standardanalyser with good results > to search artists (i.e rolling stones/beatles) but i

Dealing with special cases in analyser

2010-03-12 Thread Paul Taylor
Hi, I'm using a custom analyser based on standardanalyser with good results to search artists (i.e rolling stones/beatles) but it fails to match some weird artists names such as '!!!', this is not suprising because the analyser ignores punctuation which is what I want it to normally. I just won