Jason Gerlowski created SOLR-17608:
--------------------------------------
Summary: v1/v2 serialization should support 'Instant'
Key: SOLR-17608
URL: https://issues.apache.org/jira/browse/SOLR-17608
Project: Solr
Issue Type: Improvement
Components: Response Writers, SolrJ
Reporter: Jason Gerlowski
David pointed out on a recent PR that it'd be nice if our API responses could
use 'java.time.Instant' objects.
This is do-able but would require changes to the following:
* add stub 'JsonSerializer' and 'JsonDeserializer' implementations to our
SolrJacksonMapper
* add handling of 'Instant' in 'TextWriter.writeVal', and the corresponding
location in JavaBinCodec
** possible read-side changes to match those in TextWriter+JavaBinCodec?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]