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/10/07 15:22:25 UTC

[Solr Wiki] Trivial Update of "UpdateXmlMessages" by KojiSekiguchi

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 KojiSekiguchi:
http://wiki.apache.org/solr/UpdateXmlMessages

The comment on the change is:
added rollback command

------------------------------------------------------------------------------
  <optimize waitFlush="false" waitSearcher="false"/>
  }}}
  
+ === "rollback" ===
+ 
+ Example:
+    {{{
+ <rollback/>
+ }}}
+  
+ 
  === "delete" by ID and by Query ===
  
  Delete by id deletes the document with the specified ID. (ID here means the value of the uniqueKey field declared in the schema (in these examples, employeeId).