API Change: put_mapping: change default ignore_conflicts to false, closes #110.
This commit is contained in:
parent
8262093a21
commit
52f193c849
|
@ -57,7 +57,7 @@ public class PutMappingRequest extends MasterNodeOperationRequest {
|
|||
|
||||
private TimeValue timeout = new TimeValue(10, TimeUnit.SECONDS);
|
||||
|
||||
private boolean ignoreConflicts = true;
|
||||
private boolean ignoreConflicts = false;
|
||||
|
||||
PutMappingRequest() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue