Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is the multi document input command
curl http://localhost:8983/solr/update/json -H 'Content-type:application/json' -d ' [ {"id" : "TestDoc1", "title" : "test1"}, ]'
The following also should be a valid update command for a single doc
curl http://localhost:8983/solr/update/json -H 'Content-type:application/json' -d ' {"id" : "TestDoc1", "title" : "test1"}, '
Attachments
Attachments
1.
|
Add implicit update request handlers | Resolved | Noble Paul |