Method: Sunspot::Field#indexed_name

Defined in:
lib/sunspot/field.rb

#indexed_nameObject

Name with which this field is indexed internally. Based on public name and type.

Returns

String

Internal name of the field



66
67
68
# File 'lib/sunspot/field.rb', line 66

def indexed_name
  @type.indexed_name(@name)
end