Hi
Thx for the AAA tip, will do some HMWK .
this thread can be closed.
thx for help appriciated,
with regards
On 2021/10/19 12:51:11, Shawn Heisey wrote:
> On 10/18/2021 11:24 PM, nskarthik wrote:
> > Thx for the snippet of SolrJ code for Core Creation...
> >
> > Request Do we have a Solr/So
On 10/18/2021 11:24 PM, nskarthik wrote:
Thx for the snippet of SolrJ code for Core Creation...
Request Do we have a Solr/Solrj internal implementation of AAA on this Core
creation
I have never used that capability in Solr. It's there, but I have found
that the best way to secure Solr is by
Hi
Thx for the snippet of SolrJ code for Core Creation...
Request Do we have a Solr/Solrj internal implementation of AAA on this Core
creation
Reason : I want restricted access for core creation.
Do we have a GIT repository with these sorts of java-solr example.. to try
with regards
karthik
On Sun, Oct 17, 2021 at 12:41:44PM -0600, Shawn Heisey wrote:
> On 10/17/2021 7:08 AM, nskarthik wrote:
> >>> not possible when Solr is in standalone mode
> > I use Solr in NON-CLOUD standalone mode.
> >
> > Process : /solr Create -c
> > This feature just creates an empty core (copies all requi
On 10/17/2021 2:03 PM, Shawn Heisey wrote:
Here's SolrJ code to do core creation with a server that already has
configsets properly set up:
https://apaste.info/lt7S
I screwed up the URL when I redacted my actual server name and replaced
it with server.example.com ... URLs should have two sla
On 10/17/2021 12:41 PM, Shawn Heisey wrote:
I need to run to the store right now, but I can look into how to write
the SolrJ code when that's finished.
Here's SolrJ code to do core creation with a server that already has
configsets properly set up:
https://apaste.info/lt7S
Thanks,
Shawn
On 10/17/2021 7:08 AM, nskarthik wrote:
not possible when Solr is in standalone mode
I use Solr in NON-CLOUD standalone mode.
Process : /solr Create -c
This feature just creates an empty core (copies all required default files ),
but why this cannot be created from SOLRJ ?
If this feature
Hi
>>not possible when Solr is in standalone mode
I use Solr in NON-CLOUD standalone mode.
Process : /solr Create -c
This feature just creates an empty core (copies all required default files ),
but why this cannot be created from SOLRJ ?
If this feature is made available with AAA, Core cr
On 10/15/2021 6:55 AM, nskarthik wrote:
Spec : JDK15, Solrj / Solr8.10.0.
Process Create Cores via SOLRJ with AAA on multiple requirements for
Standalone Version Only
Note : Would not like to use SOLAR CORE API
Reason : Need to Hide the Admin UI from creation of duplicate / unnecessary
co