class Esearch::Command::Index::Refresh
Refresh
index command
Constants
- PRESENTER
Private Instance Methods
request()
click to toggle source
Return request
@return [Request]
@api private
# File lib/esearch/command/index.rb, line 61 def request Request.post(context_path.join('_refresh')) end