Koji Sekiguchi wrote:
To debug quert parser, use FULL INTERFACE admin form (http://localhost:8983/solr/admin/form.jsp) and check Debug: enable and see debug info. You cannot use analysis.jsp for this purpose
because it doesn't use query parser.
I see, good to know... I was already very confused and debugged my head off :)

Solr should use lucene query parser as long as you never explicitly use query parser
other than lucene through defType, localParams, etc...
I'm just guessing 'a' was filtered out by StopFilter?

you were right, the default lucene query parser was overridden.

thanks.

--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de

Reply via email to