ndre Rafalovitch , you have also mentioned
same.
On Mon, Nov 11, 2019 at 2:28 PM Paras Lehana
wrote:
> Hi Sthitaprajna,
>
> In Admin UI, select core and go to Schema. Select "title" and post the
> screenshot (try to host it). Do the same for "id".
>
> On Mon, 1
k trace. I find
> "...or Unknown field" to be very puzzling. What are you trying to do
> when you get this error?
>
> Regards,
> Alex.
>
> On Sat, 9 Nov 2019 at 01:05, Sthitaprajna
> wrote:
> >
> > Thanks,
> >
> > I did reload after solr co
schema, which uses a file called
> “managed-schema” rather than classic, which uses schema.xml
> - your input doesn’t really have a field “title”.
> - the doc just doesn’t have a field called “title” in it when it’s sent to
> Solr.
>
>
> Best,
> Erick
>
>
I am using solr 8.1.1
Created core/collection. Then after update schema & solrconfig i am getting
these errors.
Before adding id field to schema.xml
[image: sol1.PNG]
After adding id field on schema.xml
[image: sol2.PNG]
Here are my schema.xml & solrconfig.xml, what is wrong i am doing