Class SearchProgressActionListener

java.lang.Object
org.elasticsearch.action.search.SearchProgressListener
org.elasticsearch.action.search.SearchProgressActionListener
All Implemented Interfaces:
ActionListener<SearchResponse>

public abstract class SearchProgressActionListener
extends SearchProgressListener
implements ActionListener<SearchResponse>
An ActionListener for search requests that allows to track progress of the SearchAction. See SearchProgressListener.
  • Constructor Details

    • SearchProgressActionListener

      public SearchProgressActionListener()