mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-19 09:16:45 +00:00
fix a typo in the comment (#2668)
This commit is contained in:
parent
b128299976
commit
6742e5981b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ fn main() -> tantivy::Result<()> {
|
|||
|
||||
// Our second field is body.
|
||||
// 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.
|
||||
//
|
||||
// We can make our index lighter by omitting the `STORED` flag.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue