AW: WordDelimiterFilter combined with PositionFilter

2010-09-29 Thread Mathias Walter
Hi Robert, > On Fri, Sep 24, 2010 at 3:54 AM, Mathias Walter wrote: > > > Hi, > > > > I'm combined the WordDelimiterFilter with the PositionFilter to prevent the > > creation of expensive Phrase and MultiPhraseQueries. But > > if I now parse an escaped string consisting of two terms, the analyser

Re: WordDelimiterFilter combined with PositionFilter

2010-09-24 Thread Robert Muir
On Fri, Sep 24, 2010 at 3:54 AM, Mathias Walter wrote: > Hi, > > I'm combined the WordDelimiterFilter with the PositionFilter to prevent the > creation of expensive Phrase and MultiPhraseQueries. But > if I now parse an escaped string consisting of two terms, the analyser > returns a BooleanQuery.

WordDelimiterFilter combined with PositionFilter

2010-09-24 Thread Mathias Walter
Hi, I'm combined the WordDelimiterFilter with the PositionFilter to prevent the creation of expensive Phrase and MultiPhraseQueries. But if I now parse an escaped string consisting of two terms, the analyser returns a BooleanQuery. That's not what I would expect. If a string is escaped, I would