Updates
On 11/20/2018 9:07 PM, Rajeswari Kolluri wrote:
> Schema version is 1.6 and Solr version is 7.5.
>
> While creating a document , I have provide the required information to field
> " category".
>
> Now, I would like to update document for other set of fields us
gt; Rajeswari
>
> -Original Message-
> From: Shawn Heisey [mailto:apa...@elyograg.org]
> Sent: Tuesday, November 20, 2018 8:38 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Error:Missing Required Fields for Atomic Updates
>
> On 11/19/2018 9:19 PM, Rajeswari Kol
ic Updates
On 11/19/2018 9:19 PM, Rajeswari Kolluri wrote:
> Below is part of schema , entityid is my unique id field. Getting
> exception missing required field for "category" during atomic updates.
> stored="false" required="true" docValues="
red Fields for Atomic Updates
What is the Router name for your collection? Is it "implicit" (You can know
this from the "Overview" of you collection in the admin UI) ? If yes, what is
the router.field parameter the collection was created with?
Rahul
On Mon, Nov 19, 2018
o:rahul196...@gmail.com]
Sent: Tuesday, November 20, 2018 9:33 AM
To: solr-user@lucene.apache.org
Subject: Re: Error:Missing Required Fields for Atomic Updates
What’s your update query?
You need to provide the unique id field of the document you are updating.
Rahul
On Mon, Nov 19, 2018 at 10:58 PM
Hi,
Using Solr 7.5.0. While performing atomic updates on a document on Solr Cloud
using SolJ getting exceptions "Missing Required Field".
Please let me know the solution, would not want to update the required fields
during atomic updates.
Thanks
Rajeswari