summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael J. Curry <currymj@fastmail.fm>2016-09-30 11:19:00 -0400
committerMichael J. Curry <currymj@fastmail.fm>2016-09-30 11:19:00 -0400
commitac9aa5cb5e11031ffdddbd34f0ce06583c3456c9 (patch)
treec6792cc04799f620efffffcef3800d5546fcd7db /README.md
parenta2cc0ff58c6fc6054697eedbc441151c0342a66f (diff)
literally one character changed
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75b0b13..f62295e 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ It is strongly inspired by Lucene's design.
- tf-idf scoring
- Basic query language
- Incremental indexing
-- Multithreaded indexing (indexing english Wikipedia takes 4 minutes on my desktop)
-- Mmap based
+- Multithreaded indexing (indexing English Wikipedia takes 4 minutes on my desktop)
+- mmap based
- SIMD integer compression
- u32 fast fields (equivalent of doc values in Lucene)
- LZ4 compressed document store