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 2010/08/18 15:49:33 UTC

[Solr Wiki] Update of "UpdateXmlMessages" by EricPugh

Dear Wiki user,

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

The "UpdateXmlMessages" page has been changed by EricPugh.
The comment on this change is: Clarifying that maxSegments parameter only applies to optimize operations.
http://wiki.apache.org/solr/UpdateXmlMessages?action=diff&rev1=25&rev2=26

--------------------------------------------------

   
  ==== 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.
     * `expungeDeletes = "true" | "false"`   &#8212;  default is false  &#8212;  merge segments with deletes away. <!> [[Solr1.4]]
+ 
+ ==== Optional attributes for "optimize" ====
+ 
+    * `maxSegments = N`   &#8212; default is '1' &#8212; optimizes down to at most this number of segments <!> [[Solr1.3]]
+ 
  
  Example of "commit" and "optimize" with optional attributes:
     {{{