Showing paste #vs35m by gerlowskija@apache.org: (Show raw paste)

➜  solr-8.6.2 curl -ilk -X GET "http://localhost:8983/solr/techproducts/stream?expr=cat(\"foo.txt\")"
HTTP/1.1 200 OK
Content-Security-Policy: default-src 'none'; base-uri 'none'; connect-src 'self'; form-action 'self'; font-src 'self'; frame-ancestors 'none'; img-src 'self'; media-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'; worker-src 'self';
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Type: application/json;charset=utf-8
Content-Length: 265

{
  "result-set":{
    "docs":[{
        "line":"One line",
        "file":"foo.txt"}
      ,{
        "line":"Another line",
        "file":"foo.txt"}
      ,{
        "line":"",
        "file":"foo.txt"}
      ,{
        "EOF":true,
        "RESPONSE_TIME":6}]}}
Make a new paste