From 511bd25a3140b87ee7c6519321f601e4a2544eed Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 25 May 2017 17:44:08 +0900 Subject: [PATCH] trailing whitespace --- src/termdict/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/termdict/mod.rs b/src/termdict/mod.rs index a24f5b904..97e2fbb75 100644 --- a/src/termdict/mod.rs +++ b/src/termdict/mod.rs @@ -1,5 +1,5 @@ /*! -The term dictionary is one of the key datastructure of +The term dictionary is one of the key datastructure of tantivy. It associates sorted `terms` to their respective posting list. @@ -48,7 +48,7 @@ via deserializing the value at this address. ## Stream implementation : `streamdict` -The `fstdict` is a tiny bit slow when streaming all of +The `fstdict` is a tiny bit slow when streaming all of the terms. For some use case (analytics engine), it is preferrable to use the `streamdict`, that offers better streaming