You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/11 00:31:12 UTC

[Solr Wiki] Update of "UpdateXmlMessages" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/UpdateXmlMessages

The comment on the change is:
maxSegments

------------------------------------------------------------------------------
   
  ==== Optional attributes for "commit" and "optimize" ====
  
+    * `maxSegments = N`   &#8212; default is '1' &#8212; optimizes down to at most this number of segments <!> ["Solr1.3"]
     * `waitFlush = "true" | "false"`  &#8212; default is true   &#8212;  block until index changes are flushed to disk  
     * `waitSearcher = "true" | "false"`   &#8212;  default is true  &#8212;  block until a new searcher is opened and registered as the main query searcher, making the changes visible.