HoustonPutman commented on PR #1867: URL: https://github.com/apache/solr/pull/1867#issuecomment-1696431220
Ok, rewrote this so that it will use a Reflection-based writer by default, but still use a string writer if no reflection fields are found. This means that we don't need to worry about the inheritance for new types, but we can still manually choose a "ReflectWritable" if there is ambiguity and we need to make sure. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
