Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Jeon Woosung
did you set solr.solrxml.location in catalina.sh and how did you specify zkhost? -Dsolr.solrxml.location=zookeeper On Wed, Nov 19, 2014 at 9:54 PM, Robert Kent wrote: > Hi, > > I'm experiencing some odd behaviour with Solrcloud and Zookeeper. I am > running Solrcloud on one host and am running

Re: fl rename of unique key in solrcloud

2014-11-15 Thread Jeon Woosung
’ll open a JIRA if I don’t see one. > > I guess the best immediate work around is to copy the unique field, and > use that field for renaming? > On Nov 15, 2014, at 3:18 AM, Suchi Amalapurapu <mailto:su...@bloomreach.com>> wrote: > > Solr version:4.6.1 > > On Sat,

Re: fl rename of unique key in solrcloud

2014-11-14 Thread Jeon Woosung
Could you let me know version of the solr? On Sat, Nov 15, 2014 at 5:05 AM, Suchi Amalapurapu wrote: > Hi > Getting the following exception when using fl renaming with unique key in > the schema. > http:///solr//select?q=dress&fl=a1:p1 > > where p1 is the unique key for > For collections with s

Re: Problems after upgrade 4.10.1 -> 4.10.2

2014-11-12 Thread Jeon Woosung
you can migrate zookeeper data manually. 1. connect zookeeper. - zkCli.sh -server host:port 2. check old data - get /collections/"your collection name"/leader_initiated_recovery/"your shard name" [zk:

Re: DIH Blob data

2014-11-12 Thread Jeon Woosung
How about this? First, define a field for filter query. It should be multivalued. Second, implements transformer to extract json dynamic fields, and put the dynamic fields into the solr field. For example, Data : {a:1,b:2,c:3} You can split the data to "a:1", "b:2", "c:3", and put them into

I want to translate solr wiki to Korean.

2014-11-11 Thread Jeon Woosung
In Korea, only few people can read English well. Thus, it is difficult to use solr. But I want solr to spread out . So I would like to translate solr wiki to Korean. Is there any good ways to translate it?