Skip to content

Commit

Permalink
Added proper references for Apache Lucene & Solr (#432)
Browse files Browse the repository at this point in the history
Also, added links to websites for Lucene, Solr & ElasticSearch
  • Loading branch information
grossws authored and fulmicoton committed Oct 11, 2018
1 parent e0cdd31 commit 69d5e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@

**Tantivy** is a **full text search engine library** written in rust.

It is closer to Lucene than to Elastic Search and Solr in the sense it is not
It is closer to [Apache Lucene](https://lucene.apache.org/) than to [Elastic Search](https://www.elastic.co/products/elasticsearch) and [Apache Solr](https://lucene.apache.org/solr/) in the sense it is not
an off-the-shelf search engine server, but rather a crate that can be used
to build such a search engine.

Expand Down

0 comments on commit 69d5e4b

Please sign in to comment.