In the
schema.xml
file, It is mentioned id as required field = true
.
Also the document that we try to index in SOLR do not contain this id field and hence SOLR throws this error.
Solution
- Either add id to all your documents
OR
- Remove
required = true
form schema file for id field.
Hope This Helps!!!!
No comments:
Post a Comment