Solr from the Browser:
Solr can be accessed from the browser by navigating to http://localhost:8983/solr
This makes the task of Solr administration really really simple.
This page has all the information related to:
Memory used
Thread dumps
Documents indexed
Query stats
Response times
Commit times
You can even input a JSON/XML document by navigating here to “Documents” section.
Logging levels can be changed.
Add/Delete cores.
View all the configuration files like schema.xml and solrconfig.xml
Also take some time to visit the Schema Browser. It has an
interesting option: It not only shows all the information about fields, it also groups
the values for each field and shows their counts by the “Load Term Info” button.
In summary, the browser admin for Solr is extremely powerful.
Make sure you explore it well and make it a practice to use it regularly.
Quick delete: All documents can be deleted from index by removing all files from
solr/collection1/data/*
Got a thought to share or found a bug in the code? We'd love to hear from you: