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
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