Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E6269A1A for ; Mon, 16 Apr 2012 20:13:42 +0000 (UTC) Received: (qmail 63738 invoked by uid 500); 16 Apr 2012 20:13:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 63686 invoked by uid 500); 16 Apr 2012 20:13:39 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 63677 invoked by uid 99); 16 Apr 2012 20:13:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 20:13:39 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jej2003@gmail.com designates 209.85.210.53 as permitted sender) Received: from [209.85.210.53] (HELO mail-pz0-f53.google.com) (209.85.210.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 20:13:33 +0000 Received: by dajr28 with SMTP id r28so6942315daj.12 for ; Mon, 16 Apr 2012 13:13:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AfAPBhLCZJOhpCFQLbBpc4Z4K0xZ0kq953KFnRxIOtE=; b=w3BUIFOnHZCGPw6tYNWUu7CoLhaJY1AgwMo1ol4YwxLSV6mIK8u7Q8Jk1Ye5/35hb+ Nmcc5m7c03513Ajn+o0TP3tnXrTzqvOLuSP8CIltiq12HJBaLPjRqAr3slaCnXXGhcJT +D8vzREYV019QESvQL8kEfuOsA1Lgi5ElqrAOp1akaoFm3Lrx/q7dFk/0txNdjUxPv8v xkIEcEC3l3XpOjQGf5V+U8i2neG1aGMeWt/bmmM1SJ5oPI4+qcATLa4xsZF/Ki+uoi78 snQy1InNjhzIFp3UR3ecYxJN/m5SsUSdvRg65QoDOyn5KREpCberoEF8ILkBa+TxSzop Kcag== MIME-Version: 1.0 Received: by 10.68.216.98 with SMTP id op2mr30544721pbc.93.1334607192999; Mon, 16 Apr 2012 13:13:12 -0700 (PDT) Received: by 10.68.192.105 with HTTP; Mon, 16 Apr 2012 13:13:12 -0700 (PDT) Date: Mon, 16 Apr 2012 16:13:12 -0400 Message-ID: Subject: DeleteByQuery using xml commands in SolrCloud From: Jamie Johnson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I tried to execute the following on my cluster, but it had no results. Should this work? curl http://host:port/solr/collection1/update/?commit=true -H "Contenet-Type: text/xml" --data-binary '*:*'