| 
 | SolrClient::optimizeDefragments the index Description
   public SolrUpdateResponse SolrClient::optimize
    ([ int  $maxSegments= "1"
   [, bool$waitFlush= true
   [, bool$waitSearcher= true
  ]]] )Defragments the index for faster search performance. Parameters
 
 Return ValuesReturns a SolrUpdateResponse on success or throws a SolrClientException on failure. See Also
 
 |