: Thursday, July 3, 2014 2:44 PM
To: solr-user@lucene.apache.org
Subject: Disable Regular Expression Support
Hi Solr Community,
we migrate from solr 1.4 to 4.3 and found out, that solr 4.x invented
regular expression support for the query parser.
Is it possible to disable this feature to get back
Hi Solr Community,
we migrate from solr 1.4 to 4.3 and found out, that solr 4.x invented regular
expression support for the query parser.
Is it possible to disable this feature to get back to the 1.4 behavior of the
query parser?
Many thanks in advance,
Markus Schuch
Hi, you can escape the surrounding slashes in your front-end.
Markus
-Original message-
> From:Markus Schuch
> Sent: Thursday 3rd July 2014 20:53
> To: solr-user@lucene.apache.org
> Subject: Disable Regular Expression Support
>
> Hi Solr Community,
>
> we