How to add data to the solr's schema
问题 I try to add new data to the solandra according to the solr's schema but I can't find any example about this. My ultimate goal is to integrate solandra with django-solr. What I understand about the insert and updating in the solr based on the original solr and django-solr is to send the new data on the http protocol to the decent path, for example: http://localhost:8983/solandra/wikipedia/update/json However, when I access the url, the browser keep telling me HTTP ERROR: 404 . Can you help me