Class: Qiita::Elasticsearch::Nodes::NullNode

Inherits:
Object
  • Object
show all
Defined in:
lib/qiita/elasticsearch/nodes/null_node.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



5
6
7
8
9
10
11
12
13
# File 'lib/qiita/elasticsearch/nodes/null_node.rb', line 5

def to_hash
  {
    "query" => {
      "ids" => {
        "values" => [],
      },
    },
  }
end