|
assertThat(assertionError + " should be null", assertionError, nullValue());
|
|
assertThat(assertionError + " should be null", assertionError, nullValue());
|
|
assertAcked(prepareCreate("index").addMapping("type", "field1", "type=string", "field2", "type=string"));
|
|
assertAcked(prepareCreate("index").addMapping("type", "field1", "type=string", "field2", "type=string"));
|