re: unwanted processing of keyword searches
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
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