Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.6
-
None
Description
When edismax is unable to parse the original user query, it retries using an escaped version of that query (where all reserved chars have been escaped).
Currently, the escaping done in splitIntoClauses appears to be missing several chars from QueryParserBase#escape(String), namely '
', '|', '&', '/'
Attachments
Attachments
Issue Links
- is part of
-
SOLR-2368 Improve extended dismax (edismax) parser
- Open