Method: Chewy::Index.specification

Defined in:
lib/chewy/index.rb

.specificationChewy::Index::Specification

Returns a specification object instance for this particular index.

Returns:

See Also:



220
221
222
# File 'lib/chewy/index.rb', line 220

def specification
  @specification ||= Specification.new(self)
end