You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lots of internal methods (e.g. copy) use grow(). I don't think they should do this. CharsRef should work like BytesRef, i don't think it needs to be a stringbuffer. i think its ok to expose a public grow() method like we did for bytesref though.
the append() method is totally confusing, and doesnt make sense compared to BytesRef, copy() might also have issues.
a lot of these methods are unused, we should at least add tests for them, or remove ones we don't need.
Migrated from LUCENE-3277 by Robert Muir (@rmuir), updated Nov 01 2011
The text was updated successfully, but these errors were encountered:
I came across a reference to this issue while working on #12305. It looks like the CharsRef family is pretty consistent with BytesRef now (including the builders). I don't see anything outstanding here, and was going to close this out, but wanted to check with @rmuir first to make sure I'm not missing something. Thanks.
While looking at #4306, i noticed a few things:
Migrated from LUCENE-3277 by Robert Muir (@rmuir), updated Nov 01 2011
The text was updated successfully, but these errors were encountered: