public interface SolrConverter extends EntityConverter<SolrPersistentEntity<?>,SolrPersistentProperty,Object,Map<String,?>>, EntityWriter<Object,Map<String,?>>, EntityReader<Object,Map<String,?>>
Modifier and Type | Method and Description |
---|---|
<S,R> List<R> |
read(org.apache.solr.common.SolrDocumentList source,
Class<R> type)
Read
SolrDocumentList and convert to List of given type |
Iterable<org.apache.solr.common.SolrInputDocument> |
write(Iterable<?> values)
Write values to
List of SolrInputDocument |
getConversionService, getMappingContext
read
write
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.