Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0FD9177F3 for ; Sat, 27 Jun 2015 16:12:26 +0000 (UTC) Received: (qmail 95299 invoked by uid 500); 27 Jun 2015 16:12:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 95241 invoked by uid 500); 27 Jun 2015 16:12:25 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 95223 invoked by uid 99); 27 Jun 2015 16:12:24 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jun 2015 16:12:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7B38EC006D for ; Sat, 27 Jun 2015 16:12:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.208 X-Spam-Level: X-Spam-Status: No, score=-1.208 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KbKTuPDNkSTd for ; Sat, 27 Jun 2015 16:12:17 +0000 (UTC) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 986772092B for ; Sat, 27 Jun 2015 16:12:17 +0000 (UTC) Received: by iebrt9 with SMTP id rt9so92577741ieb.2 for ; Sat, 27 Jun 2015 09:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7ZO3phe0RYH/lhiUpdp8o88P3Xrskp6gmr85brEXSxY=; b=icsW5/C7oOL1BmGSvU43JWo49wdMxfP2eUhRimgvTgMh660HrDvZcAj7ALxVekHFeg QD+8nZyHXOmI7QJ+CsL/nzy9dIg6+nsudQpPvXQ5cO3l73k760P8veQ1N/N1Vpqt+otF mR9Gkuiqs3cH/0YBYmu2fBv6UGXwMuyaXBx6fJA0kmeJLuRFrvSLRjr9VjFRgfmkbU/J 6pk1qv1PLr0M6ZwX9T+RwjrrHc6I+1Tyc+SqRYHY1VkjZXQxX9gGYREYWf6UMJDg4C4t qfYTMsei2AkRvb8r3S9JcXhEsGALcXN3s6TXuWeoaPDpg/KBiXtgdsMXd2XQ0yQsrrN8 Zzcw== MIME-Version: 1.0 X-Received: by 10.42.72.194 with SMTP id p2mr7261737icj.33.1435421537113; Sat, 27 Jun 2015 09:12:17 -0700 (PDT) Received: by 10.107.181.146 with HTTP; Sat, 27 Jun 2015 09:12:17 -0700 (PDT) In-Reply-To: <228D6701-6149-4A6D-B109-A480089F78DC@hamgam.ir> References: <228D6701-6149-4A6D-B109-A480089F78DC@hamgam.ir> Date: Sat, 27 Jun 2015 12:12:17 -0400 Message-ID: Subject: Re: Deleting document form index by id From: Erick Erickson To: java-user Content-Type: text/plain; charset=UTF-8 http://solr:port/solr/collection/update?commit=true&123 On Sat, Jun 27, 2015 at 3:00 AM, Behnam Khoshsafar wrote: > I need example of deleting one document from index by id in lucene 5.2. tnx > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org