Re: Solrcloud Drupal 7

2017-12-11 Thread Fengtan
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 instances. > > Regards > Per > > > > > > On 11 Dec 2

Re: Solrcloud Drupal 7

2017-12-11 Thread Fengtan
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

Re: TimeoutException, IOException, Read timed out

2017-11-13 Thread Fengtan
I am happy to report that <1> fixed these: PERFORMANCE WARNING: Overlapping onDeckSearchers=2 We still occasionnally see timeouts so we may have to explore <2>. On Thu, Oct 26, 2017 at 12:12 PM, Fengtan wrote: > Thanks Erick and Emir -- we are going to start with <

Re: TimeoutException, IOException, Read timed out

2017-10-26 Thread Fengtan
Thanks Erick and Emir -- we are going to start with <1> and possibly <2>. On Thu, Oct 26, 2017 at 7:06 AM, Emir Arnautović < emir.arnauto...@sematext.com> wrote: > Hi Fengtan, > I would just add that when merging collections, you might want to use > document routing

TimeoutException, IOException, Read timed out

2017-10-25 Thread Fengtan
Hi, We run a SolrCloud 6.4.2 cluster with ZooKeeper 3.4.6 on 3 VM's. Each VM runs RHEL 7 with 16 GB RAM and 8 CPU and OpenJDK 1.8.0_131 ; each VM has one Solr and one ZK instance. The cluster hosts 1,000 collections ; each collection has 1 shard and between 500 and 50,000 documents. Documents are

A tool to quickly browse Solr documents ?

2017-01-23 Thread Fengtan
/fengtan/sophie) but I don't want to reinvent the wheel -- does anyone know if something similar already exists ? Thanks