Re: Synonym(Graph)FilterFactory seems to ignore tokenizerFactory.* parameters.

2018-06-02 Thread Yasufumi Mizoguchi
Does anyone teach me if this is a bug or intended? 2018年5月31日(木) 13:53 Yasufumi Mizoguchi : > Hi, community. > > I want to use Synonym(Graph)Filter with JapaneseTokenizer and > NGramTokenizer. > But it turned out that Synonym(Graph)FilterFactory seemed to ignore > tokenizerFactory.* parameters

Re: Setting up Solr Replica on different machine

2018-06-02 Thread Zheng Lin Edwin Yeo
Hi Shawn, Yes, I am using SolrCloud. The multiple replicas on the same machine is only for testing. Regards, Edwin On 1 June 2018 at 20:35, Shawn Heisey wrote: > On 5/31/2018 11:38 PM, Zheng Lin Edwin Yeo wrote: > >> I am planning to set up Solr with replica on different machine. How should

Re: search q via dynamic string depends on date

2018-06-02 Thread servus01
Yeah shawn, you're right. But what i hoped to get was a hint howto build this a easy way. Maybe something like a double query with a check between. check fq = highest match will be last matchday = query with last matchday i will google for some php script that can do this if you got a hint,

Re: Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread Walter Underwood
> On Jun 2, 2018, at 12:27 AM, solrnoobie wrote: > > So my question is if is it ok to have load balancers on top of a zookeeper > or should we use elastic ip's instead? No and no. Use fixed hostnames. List all Zookeeper nodes in the zkhost spec. Zookeeper is not a stateless service where any

Re: Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread Shawn Heisey
On 6/2/2018 5:20 AM, solrnoobie wrote: Thank you for pointing out our error in having an ELB on top of a zookeeper. We did this so that we could recover a node if it goes down without the need to have a rolling restart of the solr nodes. I guess we will try an elastic IP instead because part of

Re: Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread solrnoobie
Thank you very much for this reply! Thank you for pointing out our error in having an ELB on top of a zookeeper. We did this so that we could recover a node if it goes down without the need to have a rolling restart of the solr nodes. I guess we will try an elastic IP instead because part of our

Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread solrnoobie
I need in help on our production setup so I will describe our setup and issues below. Solr is constantly going down even if there is no load / traffic. We have recovery scripts for that but sometimes recovery is not going well because nodes can't elect a leader so sometimes shards are unsusable /

Re: Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread Shawn Heisey
On 6/2/2018 1:49 AM, solrnoobie wrote: Our team is having problems with our production setup in AWS. Our current setup is: - Dockerized solr nodes behind an ELB Putting Solr behind a load balancer is a pretty normal thing to do. - zookeeper with exhibitor in a docker container (3 of this

Re: SolrCloud Collection Backup - Solr 5.5.4

2018-06-02 Thread Shawn Heisey
On 6/2/2018 1:50 AM, Shawn Heisey wrote: If you provide a location parameter, it will write a new backup directory in that location. https://lucene.apache.org/solr/guide/6_6/making-and-restoring-backups.html#standalone-mode-backups I verified that this parameter is in the 5.5 docs too, I would

Re: SolrCloud Collection Backup - Solr 5.5.4

2018-06-02 Thread Shawn Heisey
On 6/1/2018 7:23 AM, Greenhorn Techie wrote: > We are running SolrCloud with version 5.5.4. As I understand, Solr > Collection Backup and Restore API are only supported from version 6 > onwards. So wondering what is the best mechanism to get our collections > backed-up on older Solr version. That

Solr Cloud (6.6.3), Zookeeper(3.4.10) and ELB's

2018-06-02 Thread solrnoobie
Our team is having problems with our production setup in AWS. Our current setup is: - Dockerized solr nodes behind an ELB - zookeeper with exhibitor in a docker container (3 of this set) - solr talks to a zookeeper through an ELB (should we even do this? we did this for recovery purposes so if