Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.9, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.1, 3.2, 3.3
-
None
-
None
-
New
Description
FuzzyAttribute ignores min similarity when generating at hashcode(), toString() and equals() methods
Note that in trunk (4.0) the flexible QueryParser has moved away from using Attributes for configuration.
Hmm, also: why do these Attr impls implement hashCode/equals? It seems dangerous for attrs in general to claim to implement equals/hashCode since they are mutable state by design...