reverting property
Output only When true, the Field
's index configuration is in the process
of being reverted.
Once complete, the index config will transition to the same state as the
field specified by ancestor_field
, at which point uses_ancestor_config
will be true
and reverting
will be false
.
Implementation
core.bool? reverting;