Uses of Class
org.apache.solr.client.solrj.beans.DocumentObjectBinder
-
Packages that use DocumentObjectBinder Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client. -
-
Uses of DocumentObjectBinder in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return DocumentObjectBinder Modifier and Type Method Description DocumentObjectBinder
SolrClient. getBinder()
Get theDocumentObjectBinder
for this client.
-