This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
tantivy-cli
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix untokenized option of new command
develop
Michihiko Sawa
7 years ago
parent
8adc54f6d6
commit
292365b942
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/commands/new.rs
+ 1
- 1
src/commands/new.rs
View File
@@ -93,7 +93,7 @@ fn ask_add_field_text(field_name: &str, schema_builder: &mut SchemaBuilder) {
}
}
}
}
else {
else {
TextIndexingOptions::Un
index
ed
TextIndexingOptions::Un
tokeniz
ed
}
}
}
}
else {
else {
Write
Preview
Loading…
Cancel
Save