org.elasticsearch.index.mapper
Class DocumentMapper.MergeResult

java.lang.Object
  extended by org.elasticsearch.index.mapper.DocumentMapper.MergeResult
Enclosing class:
DocumentMapper

public static class DocumentMapper.MergeResult
extends Object

A result of a merge.


Constructor Summary
DocumentMapper.MergeResult(String[] conflicts)
           
 
Method Summary
 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

DocumentMapper.MergeResult

public DocumentMapper.MergeResult(String[] conflicts)
Method Detail

hasConflicts

public boolean hasConflicts()
Does the merge have conflicts or not?


conflicts

public String[] conflicts()
The merge conflicts.



Copyright © 2009-2012. All Rights Reserved.