Difference between revisions of "Solr"

From Code4Lib
Jump to: navigation, search
(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...)
 
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 ==

Revision as of 21:05, 25 February 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