mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 00:02:55 +00:00
fix a typo in the comment (#2668)
This commit is contained in:
@@ -51,7 +51,7 @@ fn main() -> tantivy::Result<()> {
|
|||||||
|
|
||||||
// Our second field is body.
|
// Our second field is body.
|
||||||
// We want full-text search for it, but we do not
|
// We want full-text search for it, but we do not
|
||||||
// need to be able to be able to retrieve it
|
// need to be able to retrieve it
|
||||||
// for our application.
|
// for our application.
|
||||||
//
|
//
|
||||||
// We can make our index lighter by omitting the `STORED` flag.
|
// We can make our index lighter by omitting the `STORED` flag.
|
||||||
|
|||||||
Reference in New Issue
Block a user