FYI the issue I filed is https://issues.apache.org/jira/browse/SOLR-8866
(now with a patch)

On Wed, Mar 16, 2016 at 3:35 PM Ishan Chattopadhyaya <
[email protected]> wrote:

> I agree that we should throw an exception if JavaBinCodec's fallback
> serialization is hit, since it won't be deserialized during a log
> reply/peersync.
> Just curious, if the field value was not properly serialized by the
> JavaBinCodec, how was it handled by the DUH2 and written to the index?
>
>
DUH2 ultimately wants a Lucene Document of Lucene Fields.  Solr's
DocumentBuilder converts the SolrInputDocument to this.  And if it sees a
SolrInputField of type Field, it's done for that value.
-- 
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com

Reply via email to