[
https://issues.apache.org/jira/browse/LUCENE-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156717#comment-13156717
]
Dawid Weiss commented on LUCENE-3589:
-------------------------------------
I agree with you in that to know what these methods actually do one has to look
into the source code -- this is what I actually did. And I agree this isn't
good from the API perspective.
As for ByteArrayDataInput/Output -- these are fine, we all know they're; I used
BytesRef#copy(short) to avoid creating an extra object.
> BytesRef copy short missed the length setting
> ---------------------------------------------
>
> Key: LUCENE-3589
> URL: https://issues.apache.org/jira/browse/LUCENE-3589
> Project: Lucene - Java
> Issue Type: Bug
> Components: core/other
> Affects Versions: 4.0
> Environment: linux 64bit jdk 6
> Reporter: peter chang
> Assignee: Robert Muir
> Labels: patch
> Fix For: 4.0
>
> Attachments: BytesRef_bug_lucene3589.patch
>
>
> when storing a short type integer to BytesRef, BytesRef missed the length
> setting. then it will cause the storage size is ZERO if no continuous options
> on this BytesRef
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]