Does providing Zookeeper FQDN with port number solve the multiple connections problem

2018-10-09 Thread Karthik K G
Hi Team, We have a scenario where we give the Zookeeper FQDN to our Solr Application. When we use this we are seeing that zookeeper is accepting connections from all Solr nodes every minute. When we provide the Zookeeper FQDN with the port number, we are seeing that there is a single connectio

Re: Realtime get not always returning existing data

2018-10-09 Thread Erick Erickson
H. I wonder if a version conflict or perhaps other failure can somehow cause this. It shouldn't be very hard to add that to my test setup, just randomly add n _version_ field value. Erick On Mon, Oct 1, 2018 at 8:20 AM Erick Erickson wrote: > > Thanks. I'll be away for the rest of the week, s

Re: checksum failed (hardware problem?)

2018-10-09 Thread Susheel Kumar
Exactly. I have a node with checksum issue and it is alive which is good for us since if it goes down one of the shard would be down and thus outage. Yes, i agree that we don't get to know if there is node having checksum issue and thats where we are putting log monitoring which will alert if "cor

Re: Solr AutoSuggest Configuration Issue

2018-10-09 Thread Christian Ortner
Context filtering, at least using the suggest.cfq parameter, was not introduced before Solr 6 to my knowledge. As Edwin, I highly recommend updating. On Mon, Oct 8, 2018 at 2:20 PM Manu Nair wrote: > Hi, > > I am using Solr 5.1 for my application. > I am trying to use the autoSuggest feature of

Re: Does SolrJ support JSON DSL?

2018-10-09 Thread Christian Ortner
On Sat, Oct 6, 2018 at 1:04 AM Chris Hostetter wrote: > Which is to say: there are no explicit convenience methods for it, but you > can absolutely use the JSON DSL and JSON facets via SolrJ and the > QueryRequest -- just add the param key=value that you want, where the > value is the JSON syntax

Re: Modify the log directory for dih

2018-10-09 Thread lala
Hi, I installed solr as a service onwindows using nssm. The log4j2.xml file resides in solr\server\resources. I managed to direct logging of the class "LogUpdateProcessorFactory" to a new location (a sub-directory in logs). My problem now is: - I need to create a new log file for each dih request