Import csv, xml data & Delete data
Import data
For json:
sudo nano main.json{
"id": "02",
"first_name": ["Abishek"],
"last_name": ["Kafle"],
"title": ["DevOps and Security"],
"cybername": ["anoint"]
}
curl -X POST \
-H 'Content-Type: application/json' \
'http://127.0.0.1:8983/solr/coder/update/json/docs' \
--data @main.json
For xml:
Delete Data
For json:
For xml:

File Upload

Last updated