Re: Not able to Add docValues in Solr

2015-05-08 Thread pras.venkatesh
Never mind.. used the zkcli.sh that comes with solr to accomplish the firewall -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-Add-docValues-in-Solr-tp4204405p4204579.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Not able to Add docValues in Solr

2015-05-07 Thread pras.venkatesh
Thanks for your reply, I was under the impression that clusterstate.json and aliases.json are the two files that the zookeeper maintains. Did not know that schema.xml is also maintained by zookeeper.Yes I am running solrCloud. should I use the zookeeper client to re-upload? -- View this messag

Re: Not able to Add docValues in Solr

2015-05-07 Thread Shawn Heisey
On 5/7/2015 3:51 PM, pras.venkatesh wrote: > I am trying to enable Doc Values for certain fields in Solr schema which > helps with memory management while sorting the results and here is > configuration I have > > omitNorms="true" docValues="true" /> > > And field type defined this way. > > > >