[ 
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

here is a patch moving this into pkg private BytesRefUtils
                
> 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
>             Fix For: 4.0
>
>         Attachments: 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

Reply via email to