My setup:
3 SolrCloud 6.6.6 nodes and 3 zookeeper 3.4.14 nodes running on 3 Azure Ubuntu
18.04 LTS VMs (1 solr/1 zk per machine).
My issue:
Every few days (1-3 days usually) I come on to find 2 of me 3 nodes down. I'm
looking at the logs and not seeing an out of memory error. I do see in the
so
This should work as you expect, so the first thing I’d do
is add &debug=query and see the parsed query in both cases.
If that doesn’t show anything, please post the
full debug response in both cases.
Best,
Erick
> On Dec 21, 2020, at 4:31 AM, Alok Bhandari wrote:
>
> Hello All ,
>
> we are
Hello All ,
we are using Solr6.2 , in schema that we use we have an integer field. For
a given query we want to know how many documents have duplicate value for
the field , for an example how many documents have same doc_id=10.
So to find this information we fire a query to solr-cloud with follow