Method: ElasticGraph::SchemaDefinition::Indexing::UpdateTargetResolver::RolloverTimestampSourceAdapter.cannot_update_reason

Defined in:
lib/elastic_graph/schema_definition/indexing/update_target_resolver.rb

.cannot_update_reason(object_type, relationship_name) ⇒ Object



186
187
188
189
# File 'lib/elastic_graph/schema_definition/indexing/update_target_resolver.rb', line 186

def self.cannot_update_reason(object_type, relationship_name)
  "`#{object_type.name}` uses a rollover index but we don't know what `#{relationship_name}` timestamp field to use " \
  "to select an index for the `#{object_type.name}` update requests"
end