Re: Solrj for addField for indexing document

2021-10-10 Thread nskarthik
Hi I am trying to implement new Fields as stated in this URL https://solr.apache.org/guide/8_1/schema-api.html using java code with SolrJ 8.8.1 Note: I do not want to use Solr web schema API to do this task and preffer java code level to do this job, Request : Please share a sinppet of c

Re: RE: Solrj for addField for indexing document

2021-10-11 Thread nskarthik
AddField(fieldAttributes); > SchemaResponse.UpdateResponse addFieldResponse = > addFieldRequest.process(solrClient, collectionName); > > Kind regards > > > -Original Message- > > From: nskarthik > > Sent: Sonntag, 10. Oktober 2021 19:02 > > To:

Re: Solrj for addField for indexing document

2021-10-13 Thread nskarthik
; is a required field** says the error message) > > Erik > > > > On Oct 11, 2021, at 12:14 PM, nskarthik wrote: > > > > Hi > > > > Spec : using java 15 with SolrJ 8.10.0 / Solr > > > > Process : I already tryed this peice of code from Sol

Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-15 Thread nskarthik
Hi 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 cores or controls. Request : Please

Re: Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-17 Thread nskarthik
, Core creation would be simple and powerful. with regards Karthik On 2021/10/16 16:43:48, Shawn Heisey wrote: > 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

Re: Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-19 Thread nskarthik
On 2021/10/18 12:39:18, "Mark H. Wood" wrote: > 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 mo

Re: Solrj / Solr8.10.0 , Create new Core Collection using Solrj

2021-10-20 Thread nskarthik
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... > > > > Requ