@NonNullApi
@NonNullFields
package org.springframework.data.solr.core.convert
All the Converters go here.
-
-
Deprecated.
Converts a Date values into a solr readable String that can be directly used within the q parameter.
Reading
Converter parses
Date from
SolrDocument to
DateTime
Reading
Converter parses
Date from
SolrDocument to
LocalDateTime
Converter used to parse
Date to
String used for setting
SolrQuery query string values
Converter used to parse
DateTime to
String used for setting
SolrQuery query string values
Writing
Converter converts
DateTime to
Date so it can be used within
SolrInputDocument
Converter used to parse
LocalDateTime to
String used for setting
SolrQuery query string values
Writing
Converter converts
LocalDateTime to
Date so it can be used within
SolrInputDocument
Implementation of
SolrConverter to read/write
SolrDocument/
SolrInputDocument.
Converts a Number values into a solr readable String that can be directly used within the q parameter.
Value object to capture custom conversion.
Trivial implementation of
SolrConverter delegating conversion to
DocumentObjectBinder
SolrCustomConversions.