Re: problems with + operator (seem to be treated as normal char and not as operator)

2009-07-27 Thread manuel aldana
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

problems with + operator (seem to be treated as normal char and not as operator)

2009-07-26 Thread manuel aldana
hi, I am having queries: +a b a b I always wondered why the + operator did not work. Looking at the http://localhost:8983/solr/admin/analysis.jsp analysis trace the query analzyer indeed is removing the + through the WordDelemiterFilterFactory. So I removed this filter (btw: why is this the

Re: problems with + operator (seem to be treated as normal char and not as operator)

2009-07-26 Thread Koji Sekiguchi
manuel aldana wrote: hi, I am having queries: +a b a b I always wondered why the + operator did not work. Looking at the http://localhost:8983/solr/admin/analysis.jsp analysis trace the query analzyer indeed is removing the + through the WordDelemiterFilterFactory. So I removed this filter