Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93D0B7F03 for ; Sun, 4 Sep 2011 14:47:47 +0000 (UTC) Received: (qmail 29296 invoked by uid 500); 4 Sep 2011 14:47:47 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 29142 invoked by uid 500); 4 Sep 2011 14:47:46 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 29116 invoked by uid 99); 4 Sep 2011 14:47:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 14:47:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 14:47:44 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 31783830; Sun, 4 Sep 2011 14:47:24 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sun, 04 Sep 2011 14:47:24 -0000 Message-ID: <20110904144724.21797.98564@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22UpdateXmlMessages=22_by_Mark_Mille?= =?utf-8?q?r?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "UpdateXmlMessages" page has been changed by Mark Miller: http://wiki.apache.org/solr/UpdateXmlMessages?action=3Ddiff&rev1=3D31&rev2= =3D32 Comment: add softCommit param doc = * `waitFlush =3D "true" | "false"` — default is true — = block until index changes are flushed to disk [[Solr1.4]] At least in = Solr 1.4 and later (perhaps earlier as well), this command has no affect. I= n [[Solr4.0]] it will be removed. * `waitSearcher =3D "true" | "false"` — default is true R= 12; block until a new searcher is opened and registered as the main query = searcher, making the changes visible. - = + * `softCommit =3D "true" | "false"` — default is false —= ; perform a soft commit - this will refresh the 'view' of the index in a m= ore performant manner, but without "on-disk" guarantees. Generally you want= to softCommit often and hard commit (softCommit=3Dfalse) less often. = [[Solr4.0]] =3D=3D=3D=3D Optional attributes for "commit" =3D=3D=3D=3D = * `expungeDeletes =3D "true" | "false"` — default is false &= #8212; merge segments with deletes away. [[Solr1.4]] @@ -81, +81 @@ = Example of "commit" and "optimize" with optional attributes: {{{ - + - + - + }}} = =3D=3D=3D Passing commit parameters as part of the URL =3D=3D=3D