From ea4e9fdaf1b4ce01659a1805303da22a83ff6cc3 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 14 Jul 2017 14:09:13 +0900 Subject: [PATCH] NOBUG updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fcbe7a1c..520d491af 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ It is strongly inspired by Lucene's design. - Basic query language - Phrase queries - Incremental indexing -- Multithreaded indexing (indexing English Wikipedia takes 4 minutes on my desktop) +- Multithreaded indexing (indexing English Wikipedia takes < 3 minutes on my desktop) - mmap based - optional SIMD integer compression -- u32 fast fields (equivalent of doc values in Lucene) +- u64 and i64 fast fields (equivalent of doc values in Lucene) - LZ4 compressed document store - Cheesy logo with a horse