typo fix
This commit is contained in:
parent
82b502c21f
commit
0809e4a65f
|
@ -222,7 +222,7 @@ public class TransportIndexAction extends TransportReplicationAction<IndexReques
|
||||||
update = operation.parsedDoc().dynamicMappingsUpdate();
|
update = operation.parsedDoc().dynamicMappingsUpdate();
|
||||||
if (update != null) {
|
if (update != null) {
|
||||||
throw new RetryOnPrimaryException(shardId,
|
throw new RetryOnPrimaryException(shardId,
|
||||||
"Dynamics mappings are not available on the node that holds the primary yet");
|
"Dynamic mappings are not available on the node that holds the primary yet");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
final boolean created = indexShard.index(operation);
|
final boolean created = indexShard.index(operation);
|
||||||
|
|
Loading…
Reference in New Issue