Hi, two different Term get the same hashCode, lucene version
3.0.2
System.out.println(new
Term("manu_id",NumericUtils.intToPrefixCoded(111)).hashCode());
System.out.println(new
Term("manu_id",NumericUtils.intToPrefixCoded(402)).hashCode());
a bug?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
