Languages dialects

2017-06-20 Thread Moshe Recanati | KMS
Hi, We've a request to support the following dialects using Solr. Let me know if this is supported dialects or we need to implement something in our code. 1. Chinese - Mandarin 2. French - Canadian 3. Portuguese - European 4. Spanish - European Thank you, Regards, Mo

Error while indexing Thai core with SolrCloud

2018-10-21 Thread Moshe Recanati | KMS
Hi, We've specific exception that happening only on Thai core and only once we're using SolrCloud. Same indexing activity is running successfully while running on EN core with SolrCloud or with Thai core and standalone configuration. We're running on Linux with Solr 4.6 and with -Dfile.encod

Re: Error while indexing Thai core with SolrCloud

2018-10-21 Thread Moshe Recanati | KMS
ands Byte-order mark and/or try to strip it. I that does not help, I would run the file through XML validator to see if there are maybe invisible/unexpected characters elsewhere in the file. Regards, Alex. On Sun, 21 Oct 2018 at 09:55, Moshe Recanati | KMS wrote: > > Hi, > > We&

Re: Error while indexing Thai core with SolrCloud

2018-10-21 Thread Moshe Recanati | KMS
Hi, Thank you. Full stacktrace below "core_node_name":"172.19.218.201:8082_solr_core_th"}DEBUG - 2018-10-19 02:13:20.343; org.apache.zookeeper.ClientCnxn$SendThread; Reading reply sessionid:0x200b5a04a770005, packet:: clientPath:null serverPath:null finished:false header:: 356,1 replyHeader

Re: Error while indexing Thai core with SolrCloud

2018-10-21 Thread Moshe Recanati | KMS
21 Oct 2018 at 12:16, Moshe Recanati | KMS wrote: > > Hi, > > Thank you. > > Full stacktrace below

SolrCloud required ports

2018-12-03 Thread Moshe Recanati | KMS
Hi, We're currently running SolrCloud with 3 servers: 3 ZK and 3 Search Engines. Each one on each machine. Our security team would like to open only the required ports between the servers. Please let me know which ports we need to open between the servers? Thank you Regards, Moshe Recanati CTO

RE: SolrCloud required ports

2018-12-03 Thread Moshe Recanati | KMS
thing else depending on your exact configs. These will never need to be open outside the cluster. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 3. des. 2018 kl. 09:22 skrev Moshe Recanati | KMS : > > Hi, > We're currently running SolrCloud with 3

SolrCloud servers restart

2018-12-16 Thread Moshe Recanati | KMS
Hi, We've SolrCloud servers configuration with the following topology. 3 servers in which each server is zookeeper and Solr search. We would like to do maintained restart of the servers. Is there any specific guidelines on how to do the restart? Thank you Regards, Moshe Recanati CTO Mobile + 972

SolrCloud indexing

2018-04-15 Thread Moshe Recanati | KMS
Hi, We're using SolrCloud as part of our product solution for High Availability. During upgrade of a version we need to run full index build on our Solr data. I would like to know if as part of SolrCloud we can manage it and make sure that items are available during the index so only once specific

RE: SolrCloud indexing

2018-04-15 Thread Moshe Recanati | KMS
plicas from the old collection and add them to the new one. Be very very careful here though that your collection commands (ADDREPLICA/DELETEREPLICA) don't actually operate on the new collection! Best, Erick On Sun, Apr 15, 2018 at 10:22 AM, Shawn Heisey wrote: > On 4/15/20

RE: SolrCloud indexing

2018-04-15 Thread Moshe Recanati | KMS
To: solr-user@lucene.apache.org Subject: Re: SolrCloud indexing On 4/15/2018 1:22 AM, Moshe Recanati | KMS wrote: > > We’re using SolrCloud as part of our product solution for High > Availability. > > During upgrade of a version we need to run full index build on our > Solr dat