Package | Description |
---|---|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
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 |
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
|
protected SolrInputField |
FieldValueMutatingUpdateProcessor.mutate(SolrInputField src) |
Modifier and Type | Method and Description |
---|---|
protected void |
AtomicUpdateDocumentMerger.doAdd(SolrInputDocument toDoc,
SolrInputField sif,
Object fieldVal) |
protected void |
AtomicUpdateDocumentMerger.doInc(SolrInputDocument toDoc,
SolrInputField sif,
Object fieldVal) |
protected void |
AtomicUpdateDocumentMerger.doRemove(SolrInputDocument toDoc,
SolrInputField sif,
Object fieldVal) |
protected void |
AtomicUpdateDocumentMerger.doRemoveRegex(SolrInputDocument toDoc,
SolrInputField sif,
Object valuePatterns) |
protected void |
AtomicUpdateDocumentMerger.doSet(SolrInputDocument toDoc,
SolrInputField sif,
Object fieldVal) |
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
|
protected SolrInputField |
FieldValueMutatingUpdateProcessor.mutate(SolrInputField src) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.