Member since
05-23-2016
2
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10001 | 05-23-2016 07:29 AM |
07-27-2016
01:17 PM
@Saurabh Kumar Sorry for late reply, i was in a vacation. I agree what Ravi says. If solrconfig.xml(I have not dig into it yet.) has properly configured then you may look following... Copy all lines of the solrconfig.xml to an empty notepad and replace all " with ” or vice versa.
... View more
05-23-2016
07:29 AM
1 Kudo
Hi Mayuk, The error message is meaningless to me because it evokes that the config file should be changed and you should correct the xml. However, when I tried your command purely, I got the same error and decided to correct the command instead of config file. 1) As you get error message from solr I believe you are under correct "bin" directory. # <SOLR_HOME>/bin/solr ... 2) A little bit confused here, the question is where do you keep your config files? Let's say you keep your config files under "<DirOfConfigurations>/data_driven_schema_configs/". (May be it is "/opt/lucidworks-hdpsearch/solr/server/solr/configsets/data_driven_schema_configs/" for your setup) # <SOLR_HOME>/bin/solr -c solrCollection -d /<DirOfConfigurations>/data_driven_schema_configs/ -n solrConfigs -s 2 -rf 2 I wish it would be helpful.
... View more