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
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
> 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
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
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: