: 
: Thank you, Marco.  I see the debug out put that looks like:
: <str name="rawquerystring">title_jpn:2001年</str>
: <str name="querystring">title_jpn:2001年</str>
: <str name="parsedquery">PhraseQuery(title_jpn:"2001 年")</str>
: <str name="parsedquery_toString">title_jpn:"2001 年"</str>
        ...
: Does this mean the standard query parser does send the
: raw query string to the Analyzer and (because the query
: yielded more than one token?) it uses phrase query?

correct.

: I guess the cause of my problem is somewhere else.

what does the debug output look like when you "quote" the input (you 
mentioned before that you got differnet results when using/ommiting 
quotes)



-Hoss

Reply via email to