Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
Windows XP SP2
-
Patch Available
Description
If an escaped wildcard character is specified in a wildcard query, it is treated as a wildcard instead of a literal.
e.g., t??t is converted by the QueryParser to t??t - the escape character is discarded.
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-1567 New flexible query parser
- Resolved
- relates to
-
LUCENE-1823 QueryParser with new features for Lucene 3
- Open