Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 3848 invoked from network); 19 Nov 2007 13:41:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 13:41:57 -0000 Received: (qmail 65264 invoked by uid 500); 19 Nov 2007 13:41:38 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 65014 invoked by uid 500); 19 Nov 2007 13:41:38 -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 65005 invoked by uid 99); 19 Nov 2007 13:41:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 05:41:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 13:41:28 +0000 Received: by nz-out-0506.google.com with SMTP id i28so1262737nzi for ; Mon, 19 Nov 2007 05:41:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=lStAWRl9aNYiexaPvl9BXEQdgbsq+oAcOlP5EXjWFAw=; b=a/bqWm3ODoqoC2fnthH9EGkE24kYQVbtQqdj+AlB4OYyyLbwVWrefcHJEpydAK2Kb8dq0JDbHYNHz8CBp3lQIspeogJhKJjgY/PHDmQnHlxl9BJmuIk9vtIlImPwzSWH/dZFD1hQtQPI+udO1d6vCsCV11JXMvWATZFc3JLVQUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UfvovhrvFR+8ZF6UWv2/4j0MoAvU8//hOLTlX3plj9cQJFgXxuKvP7r+8i1CGK09sUb2ZYmJzX4yvTZs8DJIVULFpf13KeW3kVfg/wYYgaX5IH8PQqJhYqgTL7G6bKZwOZOb8Jlf7f7yszAB0RLOvT4kfMLYKwDoOU9y9Fekp0k= Received: by 10.142.191.2 with SMTP id o2mr1021306wff.1195479676584; Mon, 19 Nov 2007 05:41:16 -0800 (PST) Received: by 10.143.165.13 with HTTP; Mon, 19 Nov 2007 05:41:16 -0800 (PST) Message-ID: Date: Mon, 19 Nov 2007 08:41:16 -0500 From: "Yonik Seeley" Sender: yseeley@gmail.com To: solr-user@lucene.apache.org Subject: Re: multiple delete by id in one delete command? In-Reply-To: <20071119161817.6a8c5656@meijome.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071119161817.6a8c5656@meijome.net> X-Google-Sender-Auth: 7158270aa52165b1 X-Virus-Checked: Checked by ClamAV on apache.org On Nov 19, 2007 12:18 AM, Norberto Meijome wrote: > I'm trying to issue, via curl to SOLR (testing at the moment), 3 deletes by id. > I tried sending : > > 123 > > and solr didn't like it at all. This is relatively new syntax in Solr... older versions won't like it. -Yonik