Method: Elastic::Commands::CompareMappings#perform
- Defined in:
- lib/elastic/commands/compare_mappings.rb
#perform ⇒ Object
3 4 5 6 7 |
# File 'lib/elastic/commands/compare_mappings.rb', line 3 def perform user_properties.reject do |field, property| compare_field_properties(current_properties[field], property) end.map { |f| f[0] } end |