Re: NGinx .conf Setup for Solr

2024-06-03 Thread Lee Daniel
Thanks much for your responses guy. *# Dmitri* *## Another Hostname or IP address* I really just want Solr to be Secure.. I know Basic Auth and RuleBasedAuth is not enough. I think in my situation I may need to alter the hostname. I will ask them how to do this. In the Solr.in.sh, there is S

Re: Avoiding _shard1_replica_n1-directories in Solr cloud mode

2024-06-03 Thread Jan Høydahl
Hi, Cloud mode is not designed for you to micro manage core.properties. In fact you are not supposed to work on the "core" level at all, but rather issue API requests to create a collection, and let Solr create all the underlying cores. You should not need to care what the names of those core d

RE: Synonyms and text search

2024-06-03 Thread info
Hi! Now my synonyms.txt file is like this: ml,Machine Learning ai,Artificial Intelligence But when I search I only get results for documents categorized with " Artificial Intelligence" when I search "ai". But I do not get in the results list a document with the word "ai" inside. Any idea to get

Re: NGinx .conf Setup for Solr

2024-06-03 Thread Thomas Corthals
I've done a setup where I use nginx on Plesk to proxy to a separate Solr server. I created a new subscription in Plesk and used a subdomain for it, which gives me a distinct hostname on the same IP address. This is what my nginx configuration looks like: auth_basic "Solr"; auth_basic_user_file /