Package | Description |
---|---|
org.apache.solr.common |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SolrInputField> |
SolrInputDocument._fields |
Modifier and Type | Method and Description |
---|---|
SolrInputField |
SolrInputDocument.get(java.lang.Object key) |
SolrInputField |
SolrInputDocument.getField(java.lang.String field) |
SolrInputField |
SolrInputDocument.put(java.lang.String key,
SolrInputField value) |
SolrInputField |
SolrInputDocument.remove(java.lang.Object key) |
SolrInputField |
SolrInputDocument.removeField(java.lang.String name)
Remove a field from the document
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,SolrInputField>> |
SolrInputDocument.entrySet() |
java.util.Iterator<SolrInputField> |
SolrInputDocument.iterator() |
java.util.Collection<SolrInputField> |
SolrInputDocument.values() |
Modifier and Type | Method and Description |
---|---|
SolrInputField |
SolrInputDocument.put(java.lang.String key,
SolrInputField value) |
Modifier and Type | Method and Description |
---|---|
void |
SolrInputDocument.putAll(java.util.Map<? extends java.lang.String,? extends SolrInputField> t) |
Constructor and Description |
---|
SolrInputDocument(java.util.Map<java.lang.String,SolrInputField> fields) |