Spring Data Solr

Uses of Interface
org.springframework.data.solr.core.convert.SolrConverter

Packages that use SolrConverter
org.springframework.data.solr.core Provides the classes necessary for Solr support. 
org.springframework.data.solr.core.convert   
 

Uses of SolrConverter in org.springframework.data.solr.core
 

Methods in org.springframework.data.solr.core that return SolrConverter
 SolrConverter SolrOperations.getConverter()
           
 SolrConverter SolrTemplate.getConverter()
           
 

Methods in org.springframework.data.solr.core with parameters of type SolrConverter
 void SolrTemplate.setSolrConverter(SolrConverter solrConverter)
           
 

Constructors in org.springframework.data.solr.core with parameters of type SolrConverter
SolrTemplate(SolrServerFactory solrServerFactory, SolrConverter solrConverter)
           
 

Uses of SolrConverter in org.springframework.data.solr.core.convert
 

Classes in org.springframework.data.solr.core.convert that implement SolrConverter
 class MappingSolrConverter
          Implementation of SolrConverter to read/write org.apache.solr.common.SolrDocumen/ SolrInputDocument.
 class SolrConverterBase
           
 class SolrJConverter
          Trivial implementation of SolrConverter delegating conversion to DocumentObjectBinder
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.