[ 
https://issues.apache.org/jira/browse/LUCENE-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrzej Bialecki  resolved LUCENE-4122.
---------------------------------------

    Resolution: Fixed

Committed in rev. 1348171 to trunk and in rev. 1348227 to branch_4x.
                
> Replace Payload with BytesRef
> -----------------------------
>
>                 Key: LUCENE-4122
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4122
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 4.0, 5.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 4.0, 5.0
>
>         Attachments: LUCENE-4122.patch
>
>
> The Payload class offers a very similar functionality to BytesRef. The code 
> internally uses BytesRef-s to represent payloads, and on indexing and on 
> retrieval this data is repackaged from/to Payload.
> This seems wasteful. I propose to remove the Payload class and use BytesRef 
> instead, thus avoid this re-wrapping and reducing the API footprint.

--
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