SOLR Web Interfaces

Intro

Solr offers three webinterfaces to remotely access the Lucene index and other parts of the system.

Indexing with /solr/update/

Searching with /solr/select/

Maintenance with /solr/admin/

See SolrAdminGUI.