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
- Version:
- $Id: DocumentObjectBinder.java 693132 2008-09-08 15:22:18Z koji $
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,
org.apache.solr.common.SolrDocumentList solrDocList)
toSolrInputDocument
public org.apache.solr.common.SolrInputDocument toSolrInputDocument(Object obj)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.