01
Apache Solr and the Transformation of Lucene into a Search Server
Solr wrapped Lucene in HTTP APIs, configuration, faceting and later distributed clustering, turning an embedded search library into deployable application infrastructure.
↗
Solr wrapped Lucene in HTTP APIs, configuration, faceting and later distributed clustering, turning an embedded search library into deployable application infrastructure.
Elasticsearch wrapped Lucene in a distributed JSON-speaking server, making sharded full-text search and indexed analytics accessible as shared application infrastructure.
Doug Cutting's Lucene packaged inverted indexing, text analysis and ranked retrieval as a reusable Java library, becoming infrastructure beneath generations of search applications.