Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.3
-
None
-
New, Patch Available
Description
There are some API methods on contrib queryparser that expects CharSequence as identifier. This is wrong, since it may lead to incorrect or mislead behavior, as shown on LUCENE-2855. To avoid this problem, these APIs will be changed and enforce the use of String instead of CharSequence on version 4. This patch already deprecate the old API methods and add new substitute methods that uses only String.
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-2855 Contrib queryparser should not use CharSequence as Map key
- Resolved