From 2be5d43b928824327599e69472cf8151f4bcd79b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 23 Sep 2016 00:35:11 +0900 Subject: [PATCH] Edited README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f91a654c5..c5ba8bf99 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ -# Tantivy +![Tantivy](http://fulmicoton.com/tantivy.png) **Tantivy** is a **text search engine library** written in rust. Without being exactly a port of Lucene in Rust, it is strongly inspired by Lucene's design. -You might also be interested in [tantivy-cli](https://github.com/fulmicoton/tantivy-cli) and its [tutorial](https://github.com/fulmicoton/tantivy-cli) -that can help you get a search engine up and running in minutes. + +To get started with tantivy, you should check out [tantivy's usage example](http://fulmicoton.com/tantivy-examples/simple_search.html) + +You might also be interested in [tantivy-cli](https://github.com/fulmicoton/tantivy-cli) and its [tutorial](https://github.com/fulmicoton/tantivy-cli). +It will walk you through getting a wikipedia search engine up and running in a few minutes. + # Compiling