class ProxES::Request::Msearch
Constants
- INDICES_REGEX
Attributes
index[R]
type[R]
Public Class Methods
indices_regex()
click to toggle source
# File lib/proxes/request/msearch.rb, line 18 def indices_regex INDICES_REGEX end
Public Instance Methods
endpoint()
click to toggle source
# File lib/proxes/request/msearch.rb, line 13 def endpoint '_msearch' end