Re: Leading zero were automatically removed from int data type field in solr so how to overcome this issue without using string data type

2023-07-05 Thread Ishan Chattopadhyaya
You can write a plugin in Solr to add leading zeros padding back to the responses based on that field. Maybe you can have a custom response writer. On Tue, 4 Jul, 2023, 2:44 pm Alessandro Benedetti, wrote: > Not sure why you cross-posted this, my answer stands the same: > > "As an integer 0045 o

How to install sorl in Azure Linux app service

2023-07-05 Thread samuel oliveira
Hello, I need to install sorl in Azure app service, there are a lot of instructions about how to do that on Windows but nothing on Linux app service. I have moved all Sorl 8.9.0 files from Sorl directory to app /site/wwwroot/ directory and the port 8983 was opened through app service network

Re: How to install sorl in Azure Linux app service

2023-07-05 Thread dmitri maziuk
On 2023-07-05 3:02 PM, samuel oliveira wrote: ERR_CONNECTION_TIMED_OUT Timeout is typically a firewall dropping packets. I've no idea what azure does for networking, though, so I couldn't tell you where to look. Dima

Re: How to install sorl in Azure Linux app service

2023-07-05 Thread Mikhail Khludnev
Hello Samuel We have it described at https://solr.apache.org/guide/solr/latest/deployment-guide/installing-solr.html, and the next one. Copying to /site/wwwroot/ makes not much sense, since solr is an application, which should be run first. The error is really suspicious. If port were really ope

Re: How to install sorl in Azure Linux app service

2023-07-05 Thread dmitri maziuk
On 2023-07-05 4:13 PM, Mikhail Khludnev wrote: After Solr successfully run, you can check it via curl from the same host at first, and then start wrestling with external connectivity. As a side note, if it's running in a container, you can't check from the same host unless the container is st