Class: Esearch::Command::Document::Index::Update

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

Overview

Document index update command

Constant Summary collapse

EXPECTED_STATI =
[200].freeze
FORCE_OPTIONS =
{ op_type: :index }.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