[
https://issues.apache.org/jira/browse/SOLR-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510103#comment-17510103
]
David Smiley commented on SOLR-12885:
-------------------------------------
I really appreciate the addition of the dynamicFieldCache optimization but I
think that deserved its own issue as it's completely unrelated to this issue
title. (too late; just saying in retrospect)
> BinaryResponseWriter (javabin format) should directly copy from Bytesref to
> output
> ----------------------------------------------------------------------------------
>
> Key: SOLR-12885
> URL: https://issues.apache.org/jira/browse/SOLR-12885
> Project: Solr
> Issue Type: Improvement
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Major
> Fix For: 7.7
>
> Attachments: SOLR-12885.patch, SOLR-12885.patch, SOLR-12885.patch,
> SOLR-12885.patch, SOLR-12885.patch
>
>
> The format format in which bytes are stored in {{BytesRef}} and the javabin
> string format are both the same. We don't need to convert the string/text
> fields from {{BytesRef}} to String and back to UTF8
> {{Now a String/Text field is read and written out as follows}}
> {{luceneindex(UTF8 bytes) --> UTF16 (char[]) --> new String() a copy of UTF16
> char[] --> UTF8bytes(javabin format)}}
> This does not add a new type to javabin. It's encoded as String in the
> serialized data. When it is deserialized, you get a String back
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]