re: unwanted processing of keyword searches

2006-02-14 Thread Joerg Erdmenger
Ok just reread the overview of query language ( http://lucene.apache.org/java/docs/queryparsersyntax.html) and I guess there it states exactly were I misunderstood things. Sorry for the noise. Jörg

unwanted processing of keyword searches

2006-02-14 Thread Joerg Erdmenger
Hi, I have a little problem I'm not sure is with Lucene or with me not understanding correctly. I have built a search tool. I use a custom analyzer that is very simple and just chains some of the standard filters like this TokenStream result = new StandardTokenizer(reader); result = new StandardF