SphinxClient::setLimits
  Set offset and limit of the result set
  
 
  Description
  
   public bool SphinxClient::setLimits
    ( int $offset
   , int $limit
   [, int $max_matches = 0
   [, int $cutoff = 0
  ]] )
  
  
 
  Parameters
  
   
    - 
     offset
- 
      
       Result set offset.
       
- 
     limit
- 
      
       Amount of matches to return.
       
- 
     max_matches
- 
      
       Controls how much matches searchd will keep in RAM while searching.
       
- 
     cutoff
- 
      
       Used for advanced performance control. It tells searchd to forcibly 
       stop search query once cutoffmatches have been 
       found and processed.
 
 
 
  Return Values
  
   Returns TRUE on success or FALSE on failure.