SOLR Web Interfaces

Intro

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

Indexing with /solr/update/

  • SolrUpdate - Client code in some undisclosed language

Searching with /solr/select/

Maintenance with /solr/admin/

See SolrAdminGUI.

  • No labels