Github user omkreddy commented on a diff in the pull request:
https://github.com/apache/storm/pull/2467#discussion_r159409508
--- Diff: external/storm-solr/README.md ---
@@ -171,7 +194,7 @@ Querying Solr for these patterns, you will see the
values that have been indexe
curl -X GET -H "Content-type:application/json" -H
"Accept:application/json"
http://localhost:8983/solr/gettingstarted_shard1_replica2/select?q=*id_fields_test_val*&wt=json&indent=true
-curl -X GET -H "Content-type: application/json" -H "Accept:
application/json"
http://localhost:8983/solr/gettingstarted_shard1_replica2/select?q=*id_fields_test_val*&wt=json&indent=true
+curl -X GET -H "Content-type:application/json" -H
"Accept:application/json"
http://localhost:8983/solr/gettingstarted_shard1_replica2/select?q=*json_test_val*&wt=json&indent=true
--- End diff --
yes, looks like a type. same link pasted twice
---