Package | Description |
---|---|
org.apache.solr.common |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
org.apache.solr.update.processor |
Various implementations of
LanguageIdentifierUpdateProcessor and their factories. |
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) |
Modifier and Type | Method and Description |
---|---|
protected SolrInputField |
FieldValueMutatingUpdateProcessor.mutate(SolrInputField src) |
protected SolrInputField |
AllValuesOrNoneFieldMutatingUpdateProcessor.mutate(SolrInputField srcField) |
protected abstract SolrInputField |
FieldMutatingUpdateProcessor.mutate(SolrInputField src)
Method for mutating SolrInputFields associated with fields identified
by the FieldNameSelector associated with this processor
|
Modifier and Type | Method and Description |
---|---|
protected SolrInputField |
FieldValueMutatingUpdateProcessor.mutate(SolrInputField src) |
protected SolrInputField |
AllValuesOrNoneFieldMutatingUpdateProcessor.mutate(SolrInputField srcField) |
protected abstract SolrInputField |
FieldMutatingUpdateProcessor.mutate(SolrInputField src)
Method for mutating SolrInputFields associated with fields identified
by the FieldNameSelector associated with this processor
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.