Apache Solr Document-Oriented Framework

From GM-RKB
(Redirected from SOLR System)
Jump to navigation Jump to search

An Apache Solr Document-Oriented Framework is an enterprise-scale document-store framework that is based on Lucene.



References

2012


  • http://lucene.apache.org/solr/#intro
  • http://en.wikipedia.org/wiki/Solr
    • QUOTE:Solr (pronounced as ['soʊlə], ['səulɚ]) is an open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. Providing distributed search and index replication, Solr is highly scalable.

       Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Apache Tomcat. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it easy to use from virtually any programming language. Solr's powerful external configuration allows it to be tailored to almost any type of application without Java coding, and it has an extensive plugin architecture when more advanced customization is required.

      Apache Lucene and Apache Solr are both produced by the same Apache Software Foundation development team since the two projects were merged in 2010. It is common to refer to the technology or products as Lucene/Solr or Solr/Lucene.

2010