RE: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Rajeswari Kolluri
Hi Shawn, When I query the document, category field is shown in search. Thanks Rajeswari -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Wednesday, November 21, 2018 11:38 AM To: solr-user@lucene.apache.org Subject: Re: Error:Missing Required Fields for Atomic

Re: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Shawn Heisey
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 using Atomic Update but not category field. W

RE: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Rajeswari Kolluri
te you soon. Thanks Rajeswari -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wednesday, November 21, 2018 10:34 AM To: solr-user Subject: Re: Error:Missing Required Fields for Atomic Updates bq. While creating a document , I have provide the required information to fiel

Re: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Erick Erickson
with "Missing required field > on category". > > > Thanks > 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 Requ

RE: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Rajeswari Kolluri
mic update ,exception caught with "Missing required field on category". Thanks 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 Atom

Re: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Shawn Heisey
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. Your category field is not stored.  And it's required.  It does have docValues, but unless you

RE: Error:Missing Required Fields for Atomic Updates

2018-11-20 Thread Rajeswari Kolluri
Hi Rahul Router name is "compositeId". To let you know the issue is intermittent. Thanks Rajeswari -Original Message- From: Rahul Goswami [mailto:rahul196...@gmail.com] Sent: Tuesday, November 20, 2018 11:47 AM To: solr-user@lucene.apache.org Subject: Re: Error:Missing Requi

Re: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread abhi Abhishek
Update Handler expect all the required fields to be passed in even for the atomic update request payload. https://github.com/apache/lucene-solr/blob/branch_7_5/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java Hope this helps! // Now validate required fields or add default values

Re: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread Rahul Goswami
uired="true" docValues="true" /> > required="false" multiValued="true" /> > > > > Thanks > Rajeswari > > -Original Message- > From: Rahul Goswami [mailto:rahul196...@gmail.com] > Sent: Tuesday, November 20, 2018

RE: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread Rajeswari Kolluri
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

Re: Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread Rahul Goswami
ates 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 >

Error:Missing Required Fields for Atomic Updates

2018-11-19 Thread Rajeswari Kolluri
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

Re: Required fields

2014-03-24 Thread Chris Hostetter
: What is the default value for the required attribute of a field element : in a schema? I've just looked everywhere I can think of in the wiki, the : reference manual, and the JavaDoc. Most of the documentation doesn't : even mention that attribute. Good catch, fixed... https://cwiki.apache.o

Re: Required fields

2014-03-21 Thread Alexei Martchenko
false alexei martchenko Facebook | Linkedin| Steam | 4sq| Skype: alexeiramone | Github | (11) 9

Required fields

2014-03-21 Thread Walter Underwood
What is the default value for the required attribute of a field element in a schema? I've just looked everywhere I can think of in the wiki, the reference manual, and the JavaDoc. Most of the documentation doesn't even mention that attribute. Once we answer this, it should be added to the docum