标签:配置文件 oca source data 配置信息 color 创建 lin url
./solr create_collection -c collection_vip -d /opt/lucidworks-hdpsearch/solr/server/solr/configsets/vip_schema_configs/ -shards 10 -replicationFactor 3
./hbase-indexer delete-indexer --name ‘collection_vip‘
./solr delete -c collection_vip -deleteConfig true
curl ‘http://localhost:8983/solr/admin/collections?action=DELETEREPLICA&collection=collection_vip&shard=shard1&replica=core_node17‘
./zkcli.sh -zkhost localhost:2181 -cmd putfile /solr/configs/collection_vip/solrconfig.xml /opt/lucidworks-hdpsearch/solr/server/solr/configsets/vip_schema_configs/conf/solrconfig.xml
curl ‘http://localhost:8983/solr/admin/collections?action=RELOAD&name=collection_vip‘
标签:配置文件 oca source data 配置信息 color 创建 lin url
原文地址:https://www.cnblogs.com/lzh-boy/p/8966839.html