[
https://issues.apache.org/jira/browse/LUCENE-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747307#action_12747307
]
Luis Alves commented on LUCENE-375:
-----------------------------------
I just implement this a few weeks ago into the new queryparser, to be backward
compatible :)
I'll fix it in LUCENE-1823 for the new queryparser.
You can assign this to me, if the fix for the new query parser is good enough.
> fish*~ parses to PrefixQuery - should be a parse exception
> ----------------------------------------------------------
>
> Key: LUCENE-375
> URL: https://issues.apache.org/jira/browse/LUCENE-375
> Project: Lucene - Java
> Issue Type: Bug
> Components: QueryParser
> Affects Versions: 1.4
> Environment: Operating System: other
> Platform: Other
> Reporter: Erik Hatcher
> Assignee: Lucene Developers
> Priority: Minor
>
> QueryParser parses "fish*~" into a "fish*" PrefixQuery and silently drops the
> ~. This really should be a
> parse exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]