Github user hmcl commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2467#discussion_r159120287
  
    --- 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 --
    
    Was this a bug?


---

Reply via email to