Class: Elastic::Commands::CompareMappings
- Inherits:
-
Object
- Object
- Elastic::Commands::CompareMappings
- Defined in:
- lib/elastic/commands/compare_mappings.rb
Instance Method Summary collapse
Instance Method Details
#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 |