Method: Elasticsearch::Resources::Document#find_type
- Defined in:
- lib/elasticsearch/resources/document.rb
#find_type(index: nil, type: nil) ⇒ Object
68 69 70 |
# File 'lib/elasticsearch/resources/document.rb', line 68 def find_type(index: nil, type: nil) self.type end |