QueryParser parses "fish\*\<sub>" into a "fish\*" PrefixQuery and silently drops the \</sub>. This really should be a parse exception. --- Migrated from [LUCENE-375](https://issues.apache.org/jira/browse/LUCENE-375) by Erik Hatcher (@erikhatcher), updated Nov 30 2013 Environment: ``` Operating System: other Platform: Other ``` Linked issues: - #2898
QueryParser parses "fish*<sub>" into a "fish*" PrefixQuery and silently drops the </sub>. This really should be a
parse exception.
Migrated from LUCENE-375 by Erik Hatcher (@erikhatcher), updated Nov 30 2013
Environment:
Linked issues: