Method: Chewy::Index::Adapter::Base#identify
- Defined in:
- lib/chewy/index/adapter/base.rb
#identify(_collection) ⇒ Object
Returns shortest identifies for further postponed importing. For ORM/ODM it will be an array of ids for simple objects - just objects themselves
34 35 36 |
# File 'lib/chewy/index/adapter/base.rb', line 34 def identify(_collection) raise NotImplementedError end |