Good day everyone. I recently faced another problem. I've got a bunch of documents to index. The problem, that they in the same time database for another application. These documents stored in JSON format in the following scheme:
{ "id": 10, "name": "dad 177", "cat":[{ "id":254, "name":"124" }] } When I'm trying to post them, I get the following error: ERROR org.apache.solr.core.SolrCore – org.apache.solr.common.SolrException: Unknown command: id [8] Is there a way to index these documents without changing ? How can i modify the schema or I need to do something else ?