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 6273617BD6 for ; Wed, 12 Nov 2014 03:55:37 +0000 (UTC) Received: (qmail 57351 invoked by uid 500); 12 Nov 2014 03:55:31 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 57281 invoked by uid 500); 12 Nov 2014 03:55:31 -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 57269 invoked by uid 99); 12 Nov 2014 03:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 03:55:31 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anurag6v@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 03:55:05 +0000 Received: by mail-lb0-f175.google.com with SMTP id n15so8610592lbi.6 for ; Tue, 11 Nov 2014 19:54:19 -0800 (PST) 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=uy3wanwNMQXuHy7DYRgmIxjdYFZCXfQhCyYGvCurPbM=; b=BVHLOOn34meaoCkXRsLkQHqPVsoAzvrBWhfyL593m4iPGR2zhd/LHshK8HRLu8ZhSr kNIQJjzL9uJUud5a2S9ZI1OGqP3dFg2Cg0sooIdDX9+VEhnNGGP2lN5Ub4SGjW9JEc1N 2x2rBqGCFhrS7A78OoBmduvkwG/+sRAtD1NlkLCiGJ31qErmEITvhQDLCsRmybVbJ6ot RzeVKfrOhK0Aj+WmjguNiGVeDGRaH6pyhTTOjDTOxGJrdQt66UsXM6UHeKK75FhhBzPi qVlDthEMrWBBtwCD9HurU2qobYi0B+o2VH/hSZY4EktlkFCidxnTBAsPJ9cgKsvIY8P3 xnDg== MIME-Version: 1.0 X-Received: by 10.152.170.131 with SMTP id am3mr39378694lac.15.1415764459804; Tue, 11 Nov 2014 19:54:19 -0800 (PST) Received: by 10.152.43.104 with HTTP; Tue, 11 Nov 2014 19:54:19 -0800 (PST) In-Reply-To: <1415731827260-4168809.post@n3.nabble.com> References: <1415731827260-4168809.post@n3.nabble.com> Date: Wed, 12 Nov 2014 09:24:19 +0530 Message-ID: Subject: Re: SOLRJ Atomic updates of String field From: Anurag Sharma To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=089e0112c588b660d30507a15956 X-Virus-Checked: Checked by ClamAV on apache.org --089e0112c588b660d30507a15956 Content-Type: text/plain; charset=UTF-8 Sorry didn't get what you are trying to achieve and the issue. On Wed, Nov 12, 2014 at 12:20 AM, bbarani wrote: > I am using the below code to do partial update (in SOLR 4.2) > > partialUpdate = new HashMap(); > partialUpdate.put("set",Object); > doc.setField(description, partialUpdate); > server.add(docs); > server.commit(); > > I am seeing the below description value with {set =...}, Any idea why this > is getting added? > > > {set=The iPhone 6 Plus features a 5.5-inch retina HD display, the A8 chip > for faster processing and longer battery life, the M8 motion coprocessor to > track speed, distance and elevation, and with an 8MP iSight camera, you can > record 1080p HD Video at 60 FPS!} > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLRJ-Atomic-updates-of-String-field-tp4168809.html > Sent from the Solr - User mailing list archive at Nabble.com. > --089e0112c588b660d30507a15956--