|
Size: 530
Comment:
|
← Revision 3 as of 2009-09-20 22:04:54 ⇥
Size: 530
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| [[TableOfContents]] | <<TableOfContents>> |
| Line 25: | Line 25: |
| See ["SolrAdminGUI"]. | See [[SolrAdminGUI]]. |
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.