Package | Description |
---|---|
org.apache.solr.client.solrj.beans |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class,java.util.List<DocumentObjectBinder.DocField>> |
DocumentObjectBinder.infocache |
Modifier and Type | Method and Description |
---|---|
private java.util.List<DocumentObjectBinder.DocField> |
DocumentObjectBinder.collectInfo(java.lang.Class clazz) |
private java.util.List<DocumentObjectBinder.DocField> |
DocumentObjectBinder.getDocFields(java.lang.Class clazz) |
Modifier and Type | Method and Description |
---|---|
private <T> T |
DocumentObjectBinder.getBean(java.lang.Class<T> clazz,
java.util.List<DocumentObjectBinder.DocField> fields,
SolrDocument solrDoc) |