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 ryan:
http://wiki.apache.org/solr/UpdateXmlMessages
------------------------------------------------------------------------------
==== Optional attributes for "add" ====
* `allowDups = "true" | "false"` — default is "false"
+ * `commitWithin = "(milliseconds)"` if the "commitWithin" attribute is present, the document
will be added within that time. <!> ["Solr1.4"]
* (deprecated) `overwritePending = "true" | "false"` — default is negation
of allowDups
* (deprecated) `overwriteCommitted = "true"|"false"` — default is negation
of allowDups
|