Re: escaping parenthesis in search query don't work...

2011-02-03 Thread Erick Erickson
WordDelimiterFilterFactory is probably stripping out the parens. If you try running your terms through http://localhost:8983/solr/admin/analysis.jsp you'll see the effects of various tokenizers and filters, be sure to check the "verbose" checkbox.

Re: escaping parenthesis in search query don't work...

2011-02-01 Thread shan2812
Hi, I think you can search without the escape sequence as its not necessary. Instead just try (term) and it should work. Regards -- View this message in context: http://lucene.472066.n3.nabble.com/Http-Connection-is-hanging-while-deleteByQuery-tp2367405p2397455.html Sent from the Solr - User m

escaping parenthesis in search query don't work...

2011-02-01 Thread Pierre-Yves LANDRON
Hello !I've seen that in order to search term with parenthesis=2C those have to be=escaped as in title:\(term\).But it doesn't seem to work - parenthesis are=n't taken in account.here is the field type I'm using to index these data :