Re: filter in JSON Query DSL

2019-09-28 Thread Mikhail Khludnev
Giving https://lucene.apache.org/solr/guide/8_0/other-parsers.html#boolean-query-parser something like '{"query": { "bool": { "must": ["*:*"] , "filter": [ "meta_subject_txt:globe" ] } } }' I'm not sure why to put filter under must they should be siblings. On Fri, Sep 27, 2019 at 4:34 PM Jochen Ba

Re: How to resolve a single domain name to multiple zookeeper IP in Solr

2019-09-28 Thread Mikhail Khludnev
Yes. Please raise a jira ticket. On Sat, Sep 28, 2019 at 10:59 AM LEE Ween Jiann wrote: > Yes, that is the best way to go, but only available for zk >3.5, I have > spun up zookeeper and checked /zookeeper/config. > > Any idea if querying the ZK client for information for zk >3.5 will be > added

Re: How to resolve a single domain name to multiple zookeeper IP in Solr

2019-09-28 Thread Mikhail Khludnev
> and store this in the Solr config. I don't think it's ever possible. On Sat, Sep 28, 2019 at 2:02 PM Jörn Franke wrote: > Some food for thoughts: if zookeeper can dynamically reconfigure then Solr > must be able to do so as well. Let’s assume you start with an ensemble > server1,server2,serv

Re: How to resolve a single domain name to multiple zookeeper IP in Solr

2019-09-28 Thread Jörn Franke
Some food for thoughts: if zookeeper can dynamically reconfigure then Solr must be able to do so as well. Let’s assume you start with an ensemble server1,server2,server3 and store this in the Solr config. During lifetime of the Solr service it is changed to server4,server5,server6. Now Solr serv

Re: How to resolve a single domain name to multiple zookeeper IP in Solr

2019-09-28 Thread LEE Ween Jiann
Yes, that is the best way to go, but only available for zk >3.5, I have spun up zookeeper and checked /zookeeper/config. Any idea if querying the ZK client for information for zk >3.5 will be added in the near future? Should I raise a JIRA for it? On 28/9/19, 1:33 AM, "Shawn Heisey" wrote: