You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.
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 (eg : 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 understand the step to add new data and delete the data in the solandra environment?
I also have a look at the reuters-demo, but the procedure to insert data is process in the file of reutersimporter.jar, but I can't see the source as well.
So Please help me to understand how the system work in terms of data inserting and deleting.
Thank you.
The text was updated successfully, but these errors were encountered:
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 (eg : 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 understand the step to add new data and delete the data in the solandra environment?
I also have a look at the reuters-demo, but the procedure to insert data is process in the file of reutersimporter.jar, but I can't see the source as well.
So Please help me to understand how the system work in terms of data inserting and deleting.
Thank you.
The text was updated successfully, but these errors were encountered: