class ProxES::Request::Bulk

Constants

INDICES_REGEX

Attributes

index[R]
type[R]

Public Class Methods

indices_regex() click to toggle source
# File lib/proxes/request/bulk.rb, line 18
def indices_regex
  INDICES_REGEX
end

Public Instance Methods

endpoint() click to toggle source
# File lib/proxes/request/bulk.rb, line 13
def endpoint
  '_bulk'
end