SOLR Web Interfaces
Contents
1. Intro
Solr offers three webinterfaces to remotely access the Lucene index and other parts of the system.
2. Indexing with /solr/update/
SolrUpdate - Client code in some undisclosed language
3. Searching with /solr/select/
- Query parameters:
SolrQuery - Client code in some undisclosed language
4. Maintenance with /solr/admin/
See SolrAdminGUI.