On 21/02/2012 14:37, Steven A Rowe wrote:
Hi Paul,
Lucene QueryParser splits on whitespace and then sends individual words one-by-one to
be analyzed. All analysis components that do their work based on more than one word,
including ShingleFilter and SynonymFilter, are borked by this. (There
Hi Paul,
Lucene QueryParser splits on whitespace and then sends individual words
one-by-one to be analyzed. All analysis components that do their work based on
more than one word, including ShingleFilter and SynonymFilter, are borked by
this. (There is a JIRA issue open for the QueryParser pr