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 566669CC8 for ; Thu, 27 Sep 2012 15:08:11 +0000 (UTC) Received: (qmail 31637 invoked by uid 500); 27 Sep 2012 15:08:11 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 31576 invoked by uid 500); 27 Sep 2012 15:08:10 -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 31569 invoked by uid 99); 27 Sep 2012 15:08:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 15:08:10 +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; Thu, 27 Sep 2012 15:08:08 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 25BAF1A8; Thu, 27 Sep 2012 15:07:47 +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: Thu, 27 Sep 2012 15:07:46 -0000 Message-ID: <20120927150746.37656.44174@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22UpdateXmlMessages=22_by_ErickErick?= =?utf-8?q?son?= 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 ErickErickson: http://wiki.apache.org/solr/UpdateXmlMessages?action=3Ddiff&rev1=3D40&rev2= =3D41 office:Bridgewater }}} = + Note: The "delete by query" uses the Lucene query parser by default, so i= f you're trying to understand the results of delete by query, you might sub= mit a URL like this: = + {{{ + ?q=3Dstuff nonsense&debugQuery=3Don + = + You should see something in the debug output like the following, along wi= th the parsed query. Examining the parsed query may shed some light on any = surprising results. + = + LuceneQParser + }}} + = In Solr 1.2, delete query is ''much'' less efficient than delete by id, b= ecause Solr has to do much of the commit logic each time it receives a dele= te by query request. In Solr 1.3, however, most of the overhead will have b= een removed. = [[Solr1.4]] Both delete by id and delete by query can be specified at= the same time.