Method: Elastic::Stats::NaiveBayes::Set#search
- Defined in:
- lib/elastic/stats/naive-bayes/set.rb
#search(options = {}) ⇒ Object
Elasticsearch client helper methods
49 50 51 |
# File 'lib/elastic/stats/naive-bayes/set.rb', line 49 def search( = {}) client.search({ index: index, type: type }.merge()) end |