Module: Elasticsearch::API::SynonymsSets

Defined in:
lib/elasticsearch/api/namespace/synonyms_sets.rb,
lib/elasticsearch/api/actions/synonyms_sets/get.rb

Defined Under Namespace

Modules: Actions Classes: SynonymsSetsClient

Instance Method Summary collapse

Instance Method Details

#synonyms_setsObject

Proxy method for SynonymsSetsClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/synonyms_sets.rb', line 31

def synonyms_sets
  @synonyms_sets ||= SynonymsSetsClient.new(self)
end