| Package | Description | 
|---|---|
| org.apache.solr.common | Common classes reused on both clients & server for dealing with  documents to be indexedandresult documents. | 
| Modifier and Type | Method and Description | 
|---|---|
| SolrInputField | SolrInputField. deepCopy() | 
| SolrInputField | SolrInputDocument. get(Object key) | 
| SolrInputField | SolrInputDocument. getField(String field) | 
| SolrInputField | SolrInputDocument. put(String key,
   SolrInputField value) | 
| SolrInputField | SolrInputDocument. remove(Object key) | 
| SolrInputField | SolrInputDocument. removeField(String name)Remove a field from the document | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Map.Entry<String,SolrInputField>> | SolrInputDocument. entrySet() | 
| Iterator<SolrInputField> | SolrInputDocument. iterator() | 
| Collection<SolrInputField> | SolrInputDocument. values() | 
| Modifier and Type | Method and Description | 
|---|---|
| SolrInputField | SolrInputDocument. put(String key,
   SolrInputField value) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SolrInputDocument. putAll(Map<? extends String,? extends SolrInputField> t) | 
| Constructor and Description | 
|---|
| SolrInputDocument(Map<String,SolrInputField> fields) | 
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.