From 52b310582b1f7f1a167fc40f3694e4332a015560 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 10 Sep 2021 13:03:19 +0200 Subject: [PATCH] Fix description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d579c7..4adcaf4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Four implementations exists out-of-the-box, two for the key-value store, two for ## Search engine implementations -1. Persistent [Lucene Core](https://github.com/apache/lucene) with custom sharding: One of the featureful and fastest text search engine libraries in the world +1. Persistent [Lucene Core](https://github.com/apache/lucene) with custom sharding: Featureful and fast text search engine library 2. In-memory temporary [Lucene Core](https://github.com/apache/lucene) instance: Useful for building and analyzing temporary indices ## Extra features