module Elasticsearch::API::QueryRules

Public Instance Methods

query_rules() click to toggle source

Proxy method for {QueryRulesClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/query_rules.rb, line 31
def query_rules
  @query_rules ||= QueryRulesClient.new(self)
end