|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.mapper.xcontent.MergeContext
public class MergeContext
Constructor Summary | |
---|---|
MergeContext(XContentDocumentMapper documentMapper,
DocumentMapper.MergeFlags mergeFlags)
|
Method Summary | |
---|---|
void |
addConflict(java.lang.String mergeFailure)
|
java.lang.String[] |
buildConflicts()
|
XContentDocumentMapper |
docMapper()
|
boolean |
hasConflicts()
|
DocumentMapper.MergeFlags |
mergeFlags()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeContext(XContentDocumentMapper documentMapper, DocumentMapper.MergeFlags mergeFlags)
Method Detail |
---|
public XContentDocumentMapper docMapper()
public DocumentMapper.MergeFlags mergeFlags()
public void addConflict(java.lang.String mergeFailure)
public boolean hasConflicts()
public java.lang.String[] buildConflicts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |