org.apache.solr.client.solrj.beans
Class DocumentObjectBinder
java.lang.Object
org.apache.solr.client.solrj.beans.DocumentObjectBinder
public class DocumentObjectBinder
- extends Object
A class to map objects to and from solr documents.
- Since:
- solr 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentObjectBinder
public DocumentObjectBinder()
getBeans
public <T> List<T> getBeans(Class<T> clazz,
SolrDocumentList solrDocList)
getBean
public <T> T getBean(Class<T> clazz,
SolrDocument solrDoc)
toSolrInputDocument
public SolrInputDocument toSolrInputDocument(Object obj)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.