I'm attempting to set up SolrCloud for use with Sitecore 9.0.2. I want to set
up my Azure Application Gateway with a TSL cert. I want a private IP for
Sitecore and a public IP for accessing the Solr Admin Dashboard. My goal is to
use Application Gateway for the TSL and then route to the backend
Many thanks for the info Joel
--ufuk
Sent from Mail for Windows 10
From: Joel Bernstein
Sent: 12 November 2020 17:00
To: solr-user@lucene.apache.org
Subject: Re: Using Multiple collections with streaming expressions
T
The multiple collection syntax has been implemented for only a few stream
sources: search, timeseries, facet and stats. Eventually it will be
implemented for all stream sources.
Joel Bernstein
http://joelsolr.blogspot.com/
On Tue, Nov 10, 2020 at 12:32 PM ufuk yılmaz
wrote:
> Thanks again Eri
As stated in the docs, using the core admin API when using SolrCloud is not
recommended,
for just reasons like this. While SolrCloud _does_ use the Core Admin API, it’s
usage
has to be very precise.
You apparently didn’t heed this warning in the UNLOAD command for the
collections API:
"Unload
Solr isn’t meant to be public facing. Not sure how anyone would send these
commands since it can’t be reached from the outside world
> On Nov 12, 2020, at 7:12 AM, Sheikh, Wasim A.
> wrote:
>
> Hi Team,
>
> Currently we are facing the below vulnerability for Apache Solr tool. So can
> you
I want to unload and reload all cores of a collection in SolrCloud mode
(Solr 8.x.x).
--
-Gajanan
I will try to explain myself in as much detail as possible and isolating as
much as possible from the context.
Shortly, I'm trying to create a `DIH` in order to digest some documents as
nested. I mean, I need to digest an `one-to-many` relation and put it as
nested documents.
My `parents` data is
Hi Team,
Currently we are facing the below vulnerability for Apache Solr tool. So can
you please check the below details and help us to fix this issue.
/etc/init.d/solr-master version
Server version: Apache Tomcat/7.0.62
Server built: May 7 2015 17:14:55 UTC
Server number: 7.0.62.0
OS Name: Lin
I have unloaded all cores of a collection in SolrCloud (8.x.x ) using
coreAdmin APIs as UNLOAD collection is not available in collections API. Now
I want reload the unloaded collection using APIs only.
When trying with coreAdmin APIs I am getting "Non legacy mode CoreNodeName
not found."
When try