Apache Solr
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 5.1.0 / April 14, 2015 |
Development status | Active |
Written in | Java |
Operating system | Cross-platform |
Type | Search and index API |
License | Apache License 2.0 |
Website |
lucene |
Solr (pronounced "solar") is an open source enterprise search platform, written in Java, from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features[1] and rich document (e.g., Word, PDF) handling. Providing distributed search and index replication, Solr is highly scalable and fault tolerant.[2] Solr is the most popular enterprise search engine.[3]
Solr is written in Java and runs as a standalone full-text search server. 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 usable from most popular programming languages. Solr's powerful external configuration allows it to be tailored to many types of application without Java coding, and it has a plugin architecture to support more advanced customization.
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.
History
In 2004, Solr was created by Yonik Seeley at CNET Networks as an in-house project to add search capability for the company website.
In January 2006, CNET Networks decided to openly publish the source code by donating it to the Apache Software Foundation.[4] Like any new project at Apache Software Foundation it entered an incubation period which helped solve organizational, legal, and financial issues.
In January 2007, Solr graduated from incubation status into a standalone top-level project (TLP) and grew steadily with accumulated features, thereby attracting a robust community of users, contributors, and committers. Although quite new as a public project, it powered several high-traffic websites.[5]
In September 2008, Solr 1.3 was released with many enhancements including distributed search capabilities and performance enhancements among many others.[6]
In January 2009, solr & enterprise search Yonik Seeley along with Grant Ingersoll and Erik Hatcher went on to launch Lucidworks (formerly Lucid Imagination), being the first company providing commercial support and training for Apache Solr search technologies. Since then, support offerings around Solr has been abundant.[7]
November 2009 saw the release of Solr 1.4. This version introduced enhancements in indexing, searching and faceting along with many other improvements such as Rich Document processing (PDF, Word, HTML), Search Results clustering based on Carrot2 and also improved database integration. The release also features many additional plug-ins.[8]
In March 2010, the Lucene and Solr projects merged.[9] Solr became a Lucene sub project. Separate downloads continued, but the products were now jointly developed by a single set of committers.
In 2011 the Solr version number scheme was changed in order to match that of Lucene. After Solr 1.4, the next release of Solr was labeled 3.1, in order to keep Solr and Lucene on the same version number.[10]
In October 2012 Solr version 4.0 was released, including the new SolrCloud feature.[11] 2013 and 2014 saw a number of Solr releases in the 4.x line, steadily growing the feature set and improving reliability.
In February 2015, Solr 5.0 was released,[12] the first release where Solr is packaged as a standalone application,[13] ending official support for deploying Solr as a war.
Features
- Uses the Lucene library for full-text search
- Faceted navigation
- Hit highlighting
- Query language supports structured as well as textual search
- Schema-less mode and Schema REST API
- JSON, XML, PHP, Ruby, Python, XSLT, Velocity and custom Java binary output formats over HTTP
- HTML administration interface
- Replication to other Solr servers - enables scaling QPS and High availability
- Distributed Search through Sharding - enables scaling content volume
- Search results clustering based on Carrot2
- Extensible through plugins
- Flexible relevance - boost through function queries
- Caching - queries, filters, and documents
- Embeddable in a Java Application
- Geo-spatial search, including multiple points per documents and polygons
- Automated management of large clusters through ZooKeeper
- Function queries
- Field Collapsing and grouping[14]
- Auto-suggest
- Official list of features
Community and future
Solr has an active development community, both individuals and companies, who contribute new features and bug fixes. [15] [16] [17] [18] [19]
Integrating Solr
Solr is already bundled as the built-in search in many applications such as CMS/ECM systems. The major Hadoop distributions from Cloudera,[20] Hortonworks[21] and MapR all bundle Solr as the search engine for their Big Data platforms. Also, Solr is supported as end point in most data processing frameworks and Enterprise integration frameworks.
Solr exposes industry standard HTTP REST-like APIs with both XML and JSON support, and will easily integrate with any system or programming language supporting these standards. For ease of use there are also client libraries available for Java, C#, PHP, Python, Ruby and most other popular programming languages[22]
See also
- Open Semantic Framework
- Search oriented architecture
- eGranary Digital Library
- List of information retrieval libraries
References
- ↑ http://searchhub.org/2012/05/21/solr-4-preview/
- ↑ What is Solr?
- ↑ Ranking of Search Engines
- ↑ Source code that CNET is granting to the ASF for the Solr project
- ↑ Public Websites that use Solr
- ↑ Solr 1.3 Announcement
- ↑
- ↑ Solr 1.4 Announcement
- ↑ Lucene+Solr merger vote thread
- ↑ Solr3.1 - Solr Wiki. Wiki.apache.org (2013-05-16). Retrieved on 2013-07-21.
- ↑ Apache Lucene. Lucene.apache.org. Retrieved on 2013-07-21.
- ↑ Solr 5.0.0 release announcement
- ↑
- ↑ Solr Result Grouping
- ↑ StackOverflow questions tagged solr
- ↑ lucenerevolution.org
- ↑ SF Bay Area Lucene & Solr Meetup Community
- ↑ Oslo Solr Community
- ↑ LinkedIn Solr Group
- ↑
- ↑
- ↑
Bibliography
- Smiley, David; Pugh, Eric; Parisa, Kranti; Mitchell, Matt (February 2014). Apache Solr 4 Enterprise Search Server (1st ed.). Packt Publishing. p. 451. ISBN 9781782161363.
- Serafini, Alfredo (December 2013). Apache Solr Beginner’s Guide (1st ed.). Packt Publishing. p. 324. ISBN 9781782162520.
- Rafalovitch, Alexandre (June 2013). Instant Apache Solr for Indexing Data How-to (1st ed.). Packt Publishing. p. 90. ISBN 9781782164845.
- Kuć, Rafał (January 2013). Apache Solr 4 Cookbook (1st ed.). Packt Publishing. p. 328. ISBN 9781782161325.
- Smiley, David; Pugh, Eric (November 20, 2011). Apache Solr 3 Enterprise Search Server (1st ed.). Packt Publishing. p. 418. ISBN 1-84951-606-5.
- Ku, Rafal (July 22, 2011). Apache Solr 3.1 Cookbook (1st ed.). Packt Publishing. p. 300. ISBN 1-84951-218-3.
- Smiley, David; Pugh, Eric (August 19, 2009). Solr 1.4 Enterprise Search Server (1st ed.). Packt Publishing. p. 336. ISBN 1-84719-588-1.
External links
- Solr homepage
- Solr tutorial
- Solr wiki
- Apache Solr Test Files
- Solr: Indexing XML with Lucene and REST
- Search smarter with Apache Solr, Part 1
- Search smarter with Apache Solr, Part 2
- What's new with Apache Solr
- http://darughachi.blogspot.com/2013/11/1-2-3-to-integrate-apache-nutch-1.html
- Apache Solr Mailing List Archives
- Getting Started with Enterprise Search Using Apache Solr
|