Method: Elastic::Core::SourceFormatter#format_field
- Defined in:
- lib/elastic/core/source_formatter.rb
#format_field(_field, _value) ⇒ Object
7 8 9 10 11 |
# File 'lib/elastic/core/source_formatter.rb', line 7 def format_field(_field, _value) field = @definition.get_field _field return _value if field.nil? field.prepare_value_for_result _value end |