Difference between revisions of "Solr"
From Code4Lib
(New page: Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web admi...) |
m (Reverted edits by 59.162.82.53 (Talk); changed back to last version by Edward Vielmetti) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Solr is an open source enterprise search server based on the [[Lucene]] Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as [[Tomcat]]. | Solr is an open source enterprise search server based on the [[Lucene]] Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as [[Tomcat]]. | ||
| + | |||
| + | == Projects and code == | ||
| + | * [[Solrmarc]] - indexing [[MARC]] records with Solr | ||
== More information == | == More information == | ||
Latest revision as of 22:56, 31 July 2009
Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features. It runs in a Java servlet container such as Tomcat.
Projects and code
More information
- Solr home page