Method: Tanker::InstanceMethods#update_tank_indexes
- Defined in:
- lib/tanker.rb
#update_tank_indexes ⇒ Object
update a create instance from index tank
382 383 384 385 386 |
# File 'lib/tanker.rb', line 382 def update_tank_indexes tanker_config.index.add_document( it_doc_id, tanker_index_data, ) end |