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:28] adminsolr [2018/02/15 10:17] (current) admin
Line 6: Line 6:
  
 ===== Useful commands ===== ===== Useful commands =====
 +
 +List of Commands:
 +
 +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 26: 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.1518604109.txt.gz · Last modified: 2018/02/14 11:28 by admin