User Tools

Site Tools


solr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
solr [2018/02/14 11:59] – [Delete Core] adminsolr [2018/02/15 10:17] (current) admin
Line 10: Line 10:
  
 https://lucidworks.com/2015/08/17/securing-solr-basic-auth-permission-rules/ https://lucidworks.com/2015/08/17/securing-solr-basic-auth-permission-rules/
 +
 +Indexing files using Tika:
 +
 +https://lucene.apache.org/solr/guide/6_6/uploading-data-with-solr-cell-using-apache-tika.html#UploadingDatawithSolrCellusingApacheTika-TryingoutTikawiththeSolrtechproductsExample
  
 ==== Create User and set password ==== ==== Create User and set password ====
Line 33: Line 37:
  
 <code bash> <code bash>
-curl --user USERNAME -X GET -H "Content-Type: application/json" "http://localhost:8983/solr/admin/cores?wt=json&action=UNLOAD&core=MY_CORES_NAME"+curl --user USERNAME -X GET http://localhost:8983/solr/admin/cores?wt=json&action=UNLOAD&core=MY_CORES_NAME -H "Content-Type: application/json"
 </code> </code>
 ====== Basic Auth ====== ====== Basic Auth ======
solr.1518605958.txt.gz · Last modified: 2018/02/14 11:59 by admin