Hi I don't know if it's on purpose or not, but I've noticed CharTermAttributeImp contains a nocommit task:
// nocommit: CharSequence requires that only the contents are returned, but this is orginal code: "term=" + new String(termBuffer, 0, termLength) Not sure if that's supposed to remain there or not ... I suggest it's removed, or the task removed, if that's not intentional 'cause it looks fishy. Shai