class Esearch::Command::Index::Create

Create index comand

Constants

EXPECT_STATUS
PRESENTER

Private Instance Methods

request() click to toggle source

Return request

@return [Request]

@api private

# File lib/esearch/command/index.rb, line 23
def request
  Request.put(context_path, settings)
end