[ https://issues.apache.org/jira/browse/LUCENE-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Simon Willnauer updated LUCENE-3591: ------------------------------------ Attachment: LUCENE-3591.patch moved the asInt, asLong, asShort counterparts into BytesRefUtils too. Currently only used in the test but nice for consistency. I will commit this later today > Make BytesRef.copy[Int,Short,Long] package private for DocValues > ---------------------------------------------------------------- > > Key: LUCENE-3591 > URL: https://issues.apache.org/jira/browse/LUCENE-3591 > Project: Lucene - Java > Issue Type: Sub-task > Affects Versions: 4.0 > Reporter: Simon Willnauer > Assignee: Simon Willnauer > Fix For: 4.0 > > Attachments: LUCENE-3591.patch, LUCENE-3591.patch > > > currently the BytesRef.copy[Int,Short,Long] api is only used by > IndexDocValues and it seems it is pretty unique. I think we should move this > into a package private class in o.a.l.i.values we can still open this up if > it is needed by other packages. -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org