Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.3
-
None
-
New
Description
Today, contrib query parser uses Map<CharSequence,...> in many different places, which may lead to problems, since CharSequence interface does not enforce the implementation of hashcode and equals methods. Today, it's causing a problem with QueryTreeBuilder.setBuilder(CharSequence,QueryBuilder) method, that does not works as expected.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-2867 Change contrib QP API that uses CharSequence as string identifier
- Resolved