noblepaul commented on a change in pull request #681: Fix SOLR-13347 URL: https://github.com/apache/lucene-solr/pull/681#discussion_r287861087
########## File path: solr/solrj/src/java/org/apache/solr/common/util/JavaBinCodec.java ########## @@ -100,6 +100,7 @@ MAP_ENTRY_ITER = 17, ENUM_FIELD_VALUE = 18, MAP_ENTRY = 19, + UUID = 20, Review comment: If I need to index a `UUID` field , I send a `String` using JSON and it works just fine right? How does it know how to handle the `UUID` field? The point is, there will be so many different types of Objects we need to handle. An example is Point/Shape fields. javabin may not be able to accommodate all of them. It makes the format more complex ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org