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

➜  solr-8.6.2 bin/solr start -e techproducts
*** [WARN] *** Your open file limit is currently 256.  
 It should be set to 65000 to avoid operational disruption. 
 If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
*** [WARN] ***  Your Max Processes Limit is currently 2784. 
 It should be set to 65000 to avoid operational disruption. 
 If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
Creating Solr home directory /Users/jasongerlowski/run/solr/8.6.2/solr-8.6.2/example/techproducts/solr

Starting up Solr on port 8983 using command:
"bin/solr" start -p 8983 -s "example/techproducts/solr"

*** [WARN] *** Your open file limit is currently 10240.  
 It should be set to 65000 to avoid operational disruption. 
 If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
*** [WARN] ***  Your Max Processes Limit is currently 2784. 
 It should be set to 65000 to avoid operational disruption. 
 If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
Waiting up to 180 seconds to see Solr running on port 8983 [-]  
Started Solr server on port 8983 (pid=5332). Happy searching!

    
Created new core 'techproducts'
Indexing tech product example docs from /Users/jasongerlowski/run/solr/8.6.2/solr-8.6.2/example/exampledocs
SimplePostTool version 5.0.0
Posting files to [base] url http://localhost:8983/solr/techproducts/update using content-type application/xml...
POSTing file mem.xml to [base]
POSTing file ipod_video.xml to [base]
POSTing file ipod_other.xml to [base]
POSTing file sd500.xml to [base]
POSTing file monitor2.xml to [base]
POSTing file vidcard.xml to [base]
POSTing file mp500.xml to [base]
POSTing file monitor.xml to [base]
POSTing file manufacturers.xml to [base]
POSTing file hd.xml to [base]
POSTing file money.xml to [base]
POSTing file utf8-example.xml to [base]
POSTing file gb18030-example.xml to [base]
POSTing file solr.xml to [base]
14 files indexed.
COMMITting Solr index changes to http://localhost:8983/solr/techproducts/update...
Time spent: 0:00:00.526

Solr techproducts example launched successfully. Direct your Web browser to http://localhost:8983/solr to visit the Solr Admin UI
➜  solr-8.6.2 curl -ilk -X GET "http://localhost:8983/solr/techproducts/stream"   
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: 82

{
  "result-set":{
    "docs":[{
        "EXCEPTION":null,
        "EOF":true}]}}
Make a new paste