Example usage for org.springframework.data.solr.core.convert SolrConverterBase subclass-usage

List of usage examples for org.springframework.data.solr.core.convert SolrConverterBase subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.solr.core.convert SolrConverterBase subclass-usage.

Usage

From source file org.springframework.data.solr.core.convert.MappingSolrConverter.java

/**
 * Implementation of {@link SolrConverter} to read/write {@link org.apache.solr.common.SolrDocumen}/
 * {@link SolrInputDocument}. <br/>
 * 
 * @author Christoph Strobl
 * @author Francisco Spaeth