Maybe the content gets simplified away between the database and the Solr schema. For example if your field contains just spaces and you have UpdateRequestProcessors to do trim and removal of empty fields?
Schemaless mode will remove empty fields, but will not trim for example. Regards, Alex. ---- http://www.solr-start.com/ - Resources for Solr users, new and experienced On 25 April 2017 at 09:21, AJ Lemke <aj.le...@securitylabs.com> wrote: > Hey all, > > We are using 6.3.0 and we have issues with DIH throwing errors. We are > seeing an intermittent issue where on a full index a single error will be > thrown. The error is always "missing required field: fieldname". > Our SQL database always has data in the field that comes up with the error. > Most of the errors are coming on fields that SQL has marked as required. > > Would anyone have any hints or ideas where to look to remedy this situation. > > As always if you need more information let me know. > > Thanks > AJ