Arena 2.0:Solr

From ArenaWiki
Jump to: navigation, search
Solr logo
Apache Solr is an open source scalable enterprise search platform from the Apache Lucene project. It provides distributed search and index replication, and it powers the search and navigation features of many of the world's largest internet sites. It has the following main features:
  • full-text search
  • hit highlighting
  • faceted search
  • dynamic clustering
  • database integration
  • rich document handling.

Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Tomcat. Solr uses the Lucene Java search library at its core for full-text indexing and search. It also has REST-like HTTP/XML and JSON APIs, that make it easy to use from almost any programming language.

Solr's external configuration allows it to be customized to almost any type of application without Java coding. It also has an extensive plugin architecture when more advanced customization is required.

To learn more see the Apache Solr Wiki.

Personal tools