aboutsummaryrefslogtreecommitdiff
path: root/src/index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.rs')
-rw-r--r--src/index.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.rs b/src/index.rs
index 8c358d3..616682d 100644
--- a/src/index.rs
+++ b/src/index.rs
@@ -12,6 +12,8 @@ use crate::text;
use crate::splitter;
use crate::vector;
+/// Represents a Index which is ether generated
+/// or read from a file.
pub struct Index {
dictionary : Dictionary,
filecache : Vec<FileCache>,