Hello,
I am trying to deploy Sorl 9.2.1 into an Azure App service running on Linux OS,
I have extracted all Sorl files into app service home directory, however, even
after run the command "install_solr_service.sh" when I try to start the
application Azure cannot find the Sorl startup file, as p
I gave it a look. I like it!
~ David
On Thu, Jul 6, 2023 at 6:22 PM Pierre Salagnac
wrote:
> Here is my POC to add a queue into CoreAdminHandler:
> https://github.com/apache/solr/pull/1761
>
> It does the following:
> - add a flag to core admin operations to be marked as expensive. For now,
>
Hello Samuel,
I researched the topic a little. Azure App is PAAS. But Solr runs on bare
Linux (or Windows) it's executable jar.
You can create VM in Azure and deploy Solr into in according to the guide.
On Fri, Jul 7, 2023 at 4:25 PM samuel oliveira
wrote:
> Hello,
>
> I am trying to deploy Sorl
On 2023-07-07 9:40 AM, Mikhail Khludnev wrote:
Hello Samuel,
I researched the topic a little. Azure App is PAAS. But Solr runs on bare
Linux (or Windows) it's executable jar.
You can create VM in Azure and deploy Solr into in according to the guide.
Back when I sat through the azure training, t