Re: Alphanumeric Search Problem

2009-05-13 Thread Erick Erickson
I'd recommend you get a copy of Luke and examine what's actually in your index when anomalous things happen. In your first post you didn't specify what analyzer you used, I suspect you weren't getting the tokens broken up as you expected. Luke would have shown you. But if you're satisfied with

Re: Alphanumeric Search Problem

2009-05-12 Thread samd
So I ended up trying to work something with stop words to remove the "-" and some other character from the term. I'm using the snowballanalyzer for both indexing and searching. For some reason the stopwords did not work so I made a custom filter which did the trick. samd wrote: > > Hi, > > I