Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.9, 2.0.0, 2.1
-
None
-
None
-
New
Description
I indexed a document which contains the word "business".
If i use query "business" then document will be found.
If i use query "busines*" then document will be found.
If i use query "*usiness" then document will be found.
If i use query "*usines?" then document will be found.
If i use query "?usines?" then document will be found.
But if i use query "usines" then document will not be found.
if i use query "usi*nes" then document will be found.
Attachments
Issue Links
- duplicates
-
LUCENE-813 leading wildcard's don't work with trailing wildcard
- Closed