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:38] 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 30: Line 34:
 </code> </code>
  
 +==== Delete Core ====
 +
 +<code bash>
 +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>
 ====== Basic Auth ====== ====== Basic Auth ======
  
solr.1518604728.txt.gz · Last modified: 2018/02/14 11:38 by admin