Re: DisMaxQParserPlugin and Tokenization

2010-11-25 Thread Jan Kurella
Ok, I think I found it: the Queryparser used in the background "chunks" by whitespaces (and {}). Each of these chunks are then treated as "Phrases". This is complete useless for non-whitespace tokenizing languages. So I started a simple DisMaxQueryParser. Can someone verify, that this codes pr

RE: DisMaxQParserPlugin and Tokenization

2010-11-24 Thread jan.kurella
Sorry for the double post. Is there someone, that can point me where the original query given to the DisMaxHandler/QParser is splitted? Jan -Original Message- From: Kurella Jan (Nokia-MS/Berlin) Sent: Montag, 22. November 2010 14:49 To: solr-user@lucene.apache.org Subject: DisMaxQParser