It appears that NumericTermAttributeImpl doesn't support cloning. Is this simply an oversight, or is there a reason why this isnt possible?
I'm trying to clone a State containing a NumericTermAttribute, and I end up with all of the BytesRefs being equal to the last instance, since the NumericTermAttributeImpl? isn't actually being cloned. Is there a way around this? Thanks Shaun