RE: Dynamic starting or stoping of zookeepers in a cluster

2021-02-24 Thread DAVID MARTIN NIETO
One doubt about it: In order to have a highly available zookeeper, you must have at least three separate physical servers for ZK. Running multiple zookeepers on one physical machine gains you nothing ... because if the whole machine fails, you lose all of those zookeepers. If you have three phys

Dynamic starting or stoping of zookeepers in a cluster

2021-02-18 Thread DAVID MARTIN NIETO
Hi all, We've a solr cluster with 4 solr servers and 5 zookeepers in HA mode. We've tested about if our cluster can mantain the service with only the half of the cluster, in case of disaster os similar, and we've a problem with the zookepers config and its static configuration. In the start s

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
l Shriyan Enviado: lunes, 11 de enero de 2021 12:02 Para: solr-user@lucene.apache.org Asunto: Re: Apache Solr in High Availability Primary and Secondary node. On Mon, Jan 11, 2021 at 4:11 PM DAVID MARTIN NIETO wrote: > I believe Solr dont have this configuration, you need a load balancer with

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
I believe Solr dont have this configuration, you need a load balancer with that configuration mode for that. Kind regards. De: Kaushal Shriyan Enviado: lunes, 11 de enero de 2021 11:32 Para: solr-user@lucene.apache.org Asunto: Apache Solr in High Availability

RE: How to raise open file limits

2020-11-04 Thread DAVID MARTIN NIETO
JjviLoypusuKOxCnOw97zuo&disp=emb] ________ De: DAVID MARTIN NIETO Enviado: miércoles, 4 de noviembre de 2020 16:20 Para: solr-user@lucene.apache.org Asunto: RE: How to raise open file limits Hi, You must have to change the ulimit -a parameters on your SO config. I b

RE: How to raise open file limits

2020-11-04 Thread DAVID MARTIN NIETO
Hi, You must have to change the ulimit -a parameters on your SO config. I believe the problem that you have is in: max user processes (-u) 4096 Kind regards. David Martín Nieto Analista Funcional Calle Cabeza Mesada 5 28031, Madrid T: +34 667 414 432

Re: Correctly importing and producing null in search results

2012-08-30 Thread David Martin
ing. Then the absence of the field in the result set is NULL, >and 0 is 0. You could also do this in SolrJ. > >And I have to ask why you transform output into JSON when you could >use the JSON response writer. > >Best >Erick > >On Mon, Aug 27, 2012 at 6:04 PM, Da

Large XML file sizes error out parsing the file size as an Integer

2012-08-29 Thread David Martin
iding this file into smaller pieces, but if there's another solution I'd love to hear it. Thanks, David Martin From: Desktop mailto:dmar...@netflix.com>> Date: Wednesday, August 29, 2012 3:17 PM Subject: contract item assets exception Aug

Correctly importing and producing null in search results

2012-08-27 Thread David Martin
Smart Folks: I use JDBC to produce simple XML entities such as this one: AWARDTYPE 0 31 1 awardtypes::31:1 The XML entities are stored in file and loaded by the FileListEntityProcessor. In this case, the "movie_id" element has a value of zero because the JDBC getString("movie_id") m

Re: Solr architecture diagram

2011-04-07 Thread David MARTIN
Hi, Thank you for this contribution. Such a diagram could be useful in the official documentation. David On Thu, Apr 7, 2011 at 12:15 PM, Jeffrey Chang wrote: > This is awesome; thank you! > > On Thu, Apr 7, 2011 at 6:09 PM, Jan Høydahl wrote: > > > Hi, > > > > Glad you liked it. You'd like t

[solr-user] : Web B2C interface integration with Solr

2010-04-12 Thread David MARTIN
Hi everyone, Some of you may have an idea about the best solution to achieve this simple (in theory at least) goal : I want a B2C website that uses Solr as its search engine service, but : - it shouldn't expose Solr in an explicit manner (I mean clear URL pointing to the Solr instance) - keep cont

Re: solr1.5

2010-01-27 Thread David MARTIN
Good question indeed : I'm waiting as many others I guess for the patch 236 (the collapse thing :) ). David On Tue, Jan 26, 2010 at 4:24 PM, Matthieu Labour wrote: > Hi > quick question: > Is there any release date scheduled for solr 1.5 with all the wonderful > patches (StreamingUpdateSolrServe

Re: Beyond Basic Faceted Search (SOLR-236|SOLR-64|SOLR-792)

2010-01-25 Thread David MARTIN
Hi Kelly, Did you succeed in using these patches? It seems I've got the same need as you : be able to collapse all products variations (SKU) under a single line (the product). As I'm beginning today with the field collapse patch, I'm still looking for the best solution for this need. Maybe someo

Re: tomcat support

2010-01-21 Thread David MARTIN
I haven't got any information about the tomcat/solr compatibility matrix, but you can easily have instances of tomcat running together, each having a different version (with different jvm versions too). It may be simpler to fine tune such a dedicated instance. David 2010/1/21, Adamsky, Robert : >

Re: Encountering a roadblock with my Solr schema design...use dedupe?

2010-01-16 Thread David MARTIN
I'm really interested in reading the answer to this thread as my problem is rather the same. Maybe my main difference is the huge SKU number per product I may have. David On Thu, Jan 14, 2010 at 2:35 AM, Kelly Taylor wrote: > > Hoss, > > Would you suggest using dedup for my use case; and if so