Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-11 Thread Sthitaprajna
r look > > in Admin UI what it shows for field title and for field id. > > > > Regards, > > Alex > > > > On Mon, Nov 11, 2019, 2:30 PM Sthitaprajna, < > iamonlyforu.frie...@gmail.com > > > > > wrote: > > > > > > > >

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-10 Thread Paras Lehana
PM Sthitaprajna, > > wrote: > > > > > > https://stackoverflow.com/questions/58763657/solr-missing-mandatory-uniquekey-field-id-or-unknown-field?noredirect=1#comment103816164_58763657 > > > > May be this will help ? I added screenshots. > > > > On Fri, 8 Nov 2019,

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-10 Thread Alexandre Rafalovitch
, Nov 11, 2019, 2:30 PM Sthitaprajna, wrote: > > https://stackoverflow.com/questions/58763657/solr-missing-mandatory-uniquekey-field-id-or-unknown-field?noredirect=1#comment103816164_58763657 > > May be this will help ? I added screenshots. > > On Fri, 8 Nov 2019, 22:57 Ale

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-10 Thread Sthitaprajna
https://stackoverflow.com/questions/58763657/solr-missing-mandatory-uniquekey-field-id-or-unknown-field?noredirect=1#comment103816164_58763657 May be this will help ? I added screenshots. On Fri, 8 Nov 2019, 22:57 Alexandre Rafalovitch, wrote: > Something does not make sense, because y

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Alexandre Rafalovitch
Something does not make sense, because your schema defines "title" as the uniqueKey field, but your message talks about "id". Are you absolutely sure that the Solr/collection you get an error for is the same Solr where you are checking the schema? Also, do you have a bit more of the error and

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Sthitaprajna
Thanks, I did reload after solr configuration upload to zk Yes i push the config set to zk and i can see all my changes are on cloud I turned off the managed schema Yes it has, ypu could have seen it if the attachment are available. I have attached again may be it will be available. On Fri, 8

Re: Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Erick Erickson
Attachments are aggressively stripped by the mail server, so I can’t see them. Possibilities - you didn’t reload your core/collection - you didn’t push the configset to Zookeeper if using SolrCloud - you are using the managed schema, which uses a file called “managed-schema” rather than classic,

Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread Sthitaprajna
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

Solr missing mandatory uniqueKey field: id or Unknown field

2019-11-08 Thread sthita
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 After adding id field on schema.xml