|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.index.mapper.DocumentMapper.MergeResult
public static class DocumentMapper.MergeResult
A result of a merge.
| Constructor Summary | |
|---|---|
DocumentMapper.MergeResult(java.lang.String[] conflicts)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
conflicts()
The merge conflicts. |
boolean |
hasConflicts()
Does the merge have conflicts or not? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentMapper.MergeResult(java.lang.String[] conflicts)
| Method Detail |
|---|
public boolean hasConflicts()
public java.lang.String[] conflicts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||