Re: Connect to Zookeeper with TLS

2024-08-29 Thread Anshum Gupta
Yes, the client just uses those properties so nothing needs to be set by Solr explicitly. Let us know how it works out with curator. On Thu, Aug 29, 2024 at 11:19 AM Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) < lkotzanie...@bloomberg.net> wrote: > Matt/Anshum > > Thanks for the quick replies! I wi

Re: Connect to Zookeeper with TLS

2024-08-29 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Matt/Anshum Thanks for the quick replies! I will play around with these settings. I assume that under the hood curator reads these properties and things "just work". It would explain why there is no mention of them in solr project since solr doesn't need to do anything with them. Thanks, Luk

Re: Connect to Zookeeper with TLS

2024-08-29 Thread Anshum Gupta
Hi Luke, Thanks for bringing this up. I assume you're running Solr 9x or have upgraded your ZK to the latest version so that it supports TLS via the Java client. Here's a link that should help you configure your Solr instances to run with a TLS enabled Solr cluster: https://cwiki.apache.org/confl

RE: Connect to Zookeeper with TLS

2024-08-29 Thread Matt Earley
I found this to be the most helpful: https://lists.apache.org/thread/g3m4nx3klfdrzhxvhtbqyj81sf6zj7k3 Plus I followed the recommendation to add the settings to SOLR_ZK_CREDS_AND_ACLS and not SOLR_OPTS in the solr.in.sh file: -Dzookeeper.client.secure=true -Dzookeeper.clientCnxnSocket=org.apac

Connect to Zookeeper with TLS

2024-08-29 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Hi All, We are trying to see if it is possible to secure the connection between solr and zookeeper using TLS. Any "securing zookeeper"-type documentation (below) I could find focuses on ACLs with no mention of TLS. https://solr.apache.org/guide/solr/latest/deployment-guide/securing-solr.html#se

The run-time type of a value

2024-08-29 Thread org . apache . solr
Hello! The client API allows for specifying input documents to be indexed. For example: final var document = new SolrInputDocument(); document.addField("x", "a"); document.addField("y", "b"); document.addField("z", "c"); client.add(collection, document); If there is a schema on the server-side

Re: Json Facet query to fetch data

2024-08-29 Thread Kamal Kishore Aggarwal
Hi, any suggestions, whether it is feasible in this approach or any other approach? Thanks in advance. Regards Kamal On Tue, Aug 27, 2024 at 10:06 PM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi, > > Currently, we have data in 2 collections - Product and its associated > offers

Re: shard splitting and indexes on hadoop

2024-08-29 Thread David Eric Pugh
Roberto, I'm hoping the community shares some knowledge, as it's not an area I am familiar with, and I'd love to see more content added to the Ref Guide. You are using Solr 9 I think?  Is this with using the https://solr.apache.org/guide/solr/latest/deployment-guide/solr-on-hdfs.html approach?

shard splitting and indexes on hadoop

2024-08-29 Thread Roberto Maggi @ Debian
Hi you all, I'm still new to solr and hadoop and I can't find an answer  to this question that rose in me. In a multi cluster setup with 3 solr9 hosts and and 3 hadoop datanodes I'm wondering where and how the data is stored. If I instruct the creation of a collection with 3 shard splitting,