| Modifier and Type | Method and Description |
|---|---|
static <VALUE> ValueMerger<VALUE> |
ValueMergers.keepExisting() |
static <VALUE> ValueMerger<VALUE> |
ValueMergers.overwrite() |
| Modifier and Type | Method and Description |
|---|---|
void |
Writer.merge(KEY key,
VALUE value,
ValueMerger<VALUE> valueMerger)
If the
key doesn't already exist in the index the key will be added and the value
associated with it. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.