How can I disable Lucene.Net query parser regular expressions

Viewed 62

I would like to disable the query parser regular expression feature so that forward slashes will be considered as normal characters without having to be escaped. Is this possible out of the box? If not, how would I create such a query parser?

0 Answers
Related