See latest javabin format code at: https://github.com/apache/lucene-solr/blob/c84c8e559d862f5c86612fb62f8803ce1d6f61f4/solr/solrj/src/java/org/apache/solr/common/util/JavaBinCodec.java
It looks like there have been a few new types added. The type constants now go up to 19.
We're probably going to just workaround this by using json or xml in the meantime, but may come back eventually and try to update this if no one else does.
See latest javabin format code at: https://github.com/apache/lucene-solr/blob/c84c8e559d862f5c86612fb62f8803ce1d6f61f4/solr/solrj/src/java/org/apache/solr/common/util/JavaBinCodec.java
It looks like there have been a few new types added. The type constants now go up to 19.
We're probably going to just workaround this by using json or xml in the meantime, but may come back eventually and try to update this if no one else does.