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 EF8AB1776E for ; Wed, 23 Sep 2015 06:24:17 +0000 (UTC) Received: (qmail 20845 invoked by uid 500); 23 Sep 2015 06:24:14 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 20790 invoked by uid 500); 23 Sep 2015 06:24:14 -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 Delivered-To: moderator for solr-user@lucene.apache.org Received: (qmail 27453 invoked by uid 99); 23 Sep 2015 05:47:10 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.001 X-Spam-Level: **** X-Spam-Status: No, score=4.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, URIBL_BLOCKED=0.001] autolearn=disabled X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gDPM9w5HWPD0NVgrS53xzbZpGN+2DgnPoxyTnmiU+s0=; b=mZNVyoaQa+8VBE8vu9MOVZ8OoGkxYW2ky5lJICJQ66ekW9bN02ucJLN123QNBpzX2+ YsV+RGZgGGCDqnStSZbvfv5Eoo2cqHdRwOE7Q0XGfjz24jO2o7ARgvPqwq7aDyBKq9pI dh5iYdtc34uIS5+FrorkqC4zeDWnm9CpmlypYZoKpn0ogr9D5FmUE8z1urebvXZC+uP/ vEcVHaxrxq5R+i2bfuH8lJoaA0q0zH2Z4BMxFxdUEKXVdTtlI7E05pNHPwAzjESmQm1X E8oeqo/0E8bwNlcOASj8djkeFRvd+tvA6fYhcPAfNxuqJVr85Gv/nPdYNUqwEciMVEKe wXrw== X-Gm-Message-State: ALoCoQnyPslZcuuTMgIz7H0HLk7Az9DUeKVJt+dHc7RCXxSxKE18/uFPwz5lHWqzNN8LmU14Xu0P MIME-Version: 1.0 X-Received: by 10.140.202.195 with SMTP id x186mr35694259qha.71.1442987222953; Tue, 22 Sep 2015 22:47:02 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Sep 2015 11:17:02 +0530 Message-ID: Subject: Re: solrcloud not displaying store fields From: Roshan Agarwal To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11433840d70c9a052063a403 --001a11433840d70c9a052063a403 Content-Type: text/plain; charset=UTF-8 Further in this please see an example below: http://solr:port /solr/cloud1_shard1_replica1/select?q=UCID%3Addfdf4&fl=UCID&wt=json&indent=true { "responseHeader":{ "status":0, "QTime":1157, "params":{ "q":"UCID:ddfdf4", "indent":"true", "fl":"UCID", "wt":"json"}}, "response":{"numFound":1,"start":0,"maxScore":13.710121,"docs":[ { "UCID":"ddfdf4"}] }, But when we add TI in fl there is no num found http://solr:port/solr/cloud1_shard1_replica1/select?q=UCID%3Addfdf4&fl=UCID,TI&wt=json&indent=true { "responseHeader":{ "status":0, "QTime":1727, "params":{ "q":"UCID:ddfdf4", "indent":"true", "fl":"UCID,TI", "wt":"json"}}, "response":{"numFound":0,"start":0,"maxScore":13.710121,"docs":[] }, "highlighting":{}, "spellcheck":{ "suggestions":[]}} Can any one explain this behaviour of solr Roshan On Wed, Sep 23, 2015 at 11:06 AM, Roshan Agarwal wrote: > I am getting an issue with solrcloud the stored field is not reflecting in > search where as we are able to get result > -- Roshan Agarwal Director sales Siddhast Ip innovation (P) ltd 907 chandra vihar colony Jhansi-284002 M:+919871549769 M:+917376314900 --001a11433840d70c9a052063a403--