* Update text_options.rs

* Update src/schema/text_options.rs

Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
Lonre Wang
2023-01-19 16:56:05 +08:00
committed by GitHub
parent a2ca12995e
commit 8ba333f1b4

View File

@@ -30,7 +30,7 @@ impl TextOptions {
self.stored
}
/// Returns true iff the value is a fast field.
/// Returns true if and only if the value is a fast field.
pub fn is_fast(&self) -> bool {
self.fast
}