Browse Source

fix untokenized option of new command

develop
Michihiko Sawa 7 years ago
parent
commit
292365b942
1 changed files with 1 additions and 1 deletions
  1. +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 {
TextIndexingOptions::Unindexed
TextIndexingOptions::Untokenized
}
}
else {


Loading…
Cancel
Save