Method: NoSE::Backend::FileBackend#index_insert_chunk
- Defined in:
- lib/nose/backend/file.rb
#index_insert_chunk(index, chunk) ⇒ Object
This method is abstract.
Subclasses implement to allow inserting
44 45 46 |
# File 'lib/nose/backend/file.rb', line 44 def index_insert_chunk(index, chunk) @index_data[index.key].concat chunk end |