Difference between revisions of "Solr"
From Code4Lib
(→Projects and code) |
m (Reverted edits by 59.162.82.53 (Talk); changed back to last version by Edward Vielmetti) |
||
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