One way to provide Solr with the config files is to upload them to
ZooKeeper
https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
This can be achieved by copying the conf
Hi
Thanks for the information.
Once the collection is created how do you drop such as the schema.xml to the
folder locations, I have used rsync -av search_api_solr/solr-conf/5.x
/var/solr/data/search_shard2_replica1/ on one instance but I can’t see the
files being replicated between the insta
Hi,
Drupal can talk to a SolrCloud cluster the same way it talks to a
standalone Solr server, i.e. by using the Search API suite
https://www.drupal.org/project/search_api
You will have to create the collection yourself on Solr though (Drupal will
not do it for you).
If you want to take advantage
Hi All
I have a solr cloud with zookeeper 3.4.10 and solr 5.4.1, i on 3 centos 7
instances in AWS, I intend to use the cluster for Drupal 7 search.
At the moment we have 2 instances running in production with each having their
own solr installation (no cloud) but I would like to improve the red