[
https://issues.apache.org/jira/browse/LUCENE-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291862#comment-13291862
]
Robert Muir commented on LUCENE-4122:
-------------------------------------
+1
> 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: [email protected]
For additional commands, e-mail: [email protected]