Re: Indexing nested document: Solr 8.1.1

2019-07-11 Thread sreejith.variyath
Hi, I was using the url *http://localhost:8983/solr/my-core/update/json/docs*. It was wrong. I should use *http://localhost:8983/solr/my-core/update* and its worked. Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Indexing nested document: Solr 8.1.1

2019-07-11 Thread Sreejith Variyath
Hi, I am trying to index a sample nested document in solr. But I am getting error "ERROR: [doc=1] multiple values encountered for non multiValued field _childDocuments_.id: [2, 3]" I am using ClassicIndexSchemaFactory. So I have defined all the fields in schema.xml. Below my field settings in sch