Class: Esearch::Command::Document::Index::Create

Inherits:
Esearch::Command::Document::Index show all
Defined in:
lib/esearch/command/document.rb

Overview

Document index create command

Constant Summary collapse

EXPECTED_STATI =
[ 201 ].freeze
FORCE_OPTIONS =
{ :op_type => :create }.freeze

Constants inherited from Esearch::Command::Document::Index

PRESENTER

Constants inherited from Esearch::Command

JSON_CONTENT_TYPE

Method Summary

Methods inherited from Esearch::Command

#result, run