Module: Octo::Searchable
- Defined in:
- lib/octocore-mongo/search/searchable.rb
Instance Method Summary collapse
-
#indexable_with(indice_name, type) ⇒ Object
Defines the indice with which this would be indexed.
-
#searchclient ⇒ Object
Gets the search client.
Instance Method Details
#indexable_with(indice_name, type) ⇒ Object
Defines the indice with which this would be indexed
13 14 15 |
# File 'lib/octocore-mongo/search/searchable.rb', line 13 def indexable_with(indice_name, type) end |