public class DocumentObjectBinder extends Object
| Constructor and Description | 
|---|
| DocumentObjectBinder() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | getBean(Class<T> clazz,
       SolrDocument solrDoc) | 
| <T> List<T> | getBeans(Class<T> clazz,
        SolrDocumentList solrDocList) | 
| SolrInputDocument | toSolrInputDocument(Object obj) | 
public static final String DEFAULT
public <T> List<T> getBeans(Class<T> clazz, SolrDocumentList solrDocList)
public <T> T getBean(Class<T> clazz, SolrDocument solrDoc)
public SolrInputDocument toSolrInputDocument(Object obj)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.