FYI: https://github.com/apache/solr/pull/2551
On Mon, Jul 8, 2024 at 9:55 AM Michael Gibney wrote:
>
> Thanks for reporting back. Found the issue at last, including the
> magic number! Will post a fix for this shortly.
>
> https://github.com/apache/solr/blob/aec6e8f750037fea5f8d01dc49dabf28bf512d
Thanks for reporting back. Found the issue at last, including the
magic number! Will post a fix for this shortly.
https://github.com/apache/solr/blob/aec6e8f750037fea5f8d01dc49dabf28bf512d68/solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java#L568-L569
On Mon, Jul 8, 2024 at
Hello.
Unfortunately it didn't help. Still a huge difference between 50 vs 51
and disabling enableLazyFieldLoading in solrconfig.xml still helps.
solr-impl 10.0.0-SNAPSHOT 011d713a884559e3efeaa69e4f3c8dd8e630ff22
[snapshot build, details omitted]
cat solr/core/src/java/org/apache/solr/search/SolrD
HI Roberto
You should use the solr update endpoint and not to worry about the
zookeeper leader selection process. Solr cluster provides availability so
Leader selection is automatically handled.
Read more in documentation ;
https://solr.apache.org/guide/solr/latest/indexing-guide/indexing-with-upd
Hi you all,
I'm totally new to apache ecosystem and, after studying solr9
documentation I can't clarify a doubt.
Once I created the zookeeper cluster as well as the solr one, the latter
cluster elects the "leader" and goes online.
At this point I'm wondering what will the endpoint be and ho