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?
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?