Package org.elasticsearch.action.search

Search action.

See:
          Description

Class Summary
SearchRequest A request to execute search against one or more indices (or all).
SearchResponse A response of a search request.
SearchScrollRequest  
ShardSearchFailure Represents a failure to search on a specific shard.
TransportSearchAction  
TransportSearchScrollAction  
 

Enum Summary
SearchOperationThreading Controls the operation threading model for search operation that are performed locally on the executing node.
SearchType Search type represent the manner at which the search operation is executed.
 

Exception Summary
ReduceSearchPhaseException A failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).
SearchPhaseExecutionException  
 

Package org.elasticsearch.action.search Description

Search action.