summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2017-11-26 11:43:11 +0900
committerPaul Masurel <paul.masurel@gmail.com>2017-11-26 11:43:11 +0900
commit05ce093f9770a4cbb1fd777e2a20ff5a8b557f7e (patch)
tree22bffc7076f241f6696bc702f6e558813146c526 /src/store
parent6937e23a562e37749c2c70627f5614855c9e6f23 (diff)
doc
Diffstat (limited to 'src/store')
-rw-r--r--src/store/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/mod.rs b/src/store/mod.rs
index 46138d5..f6663d6 100644
--- a/src/store/mod.rs
+++ b/src/store/mod.rs
@@ -1,5 +1,5 @@
/*!
-Tantivy's store is a compressed, row-oriented storage.
+Compressed/slow/row-oriented storage for documents.
A field needs to be marked as stored in the schema in
order to be handled in the `Store`.