I'm not sure this is the same case, but there is a report and patch for CJKTokenizer in JARA:

https://issues.apache.org/jira/browse/LUCENE-973

Koji


Zhang, Lisheng wrote:
Hi,

When I use lucene 2.4.1 QueryParser with CJKAnalyzer, somehow
it always generates an extra space, for example, if the input is "ABC",
the query would be:

myfield"AB BC "  // should be myfield:"AB BC"

If I create PhraseQuery directly it does work. From Luke I know indexing
works OK. In lucene 1.4.3 we donot have this issue. I diffed CJKAnalyzer
code and it seems to be the same, so I guess it could be a QueryParser
bug?

Thanks very much for helps, Lisheng

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to