We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work:
D:\Projects\tantivy-cli\target\debug>tantivy new -i wikipedia-index
Creating new index Let's define it's schema!
New field name ? title Error: Field name must match the pattern [_a-zA-Z0-9]+
The text was updated successfully, but these errors were encountered:
update to tantivy 0.6.1
df76271
* change from create() to create_in_dir() * fix issue quickwit-oss#12 "Field name must match the pattern"
hey @vchugreev, thanks for opening this. Looks like it's done now, can you please close.
cc @fulmicoton - please close - it wasn't closed by the PR
Sorry, something went wrong.
No branches or pull requests
Does not work:
D:\Projects\tantivy-cli\target\debug>tantivy new -i wikipedia-index
Creating new index
Let's define it's schema!
New field name ? title
Error: Field name must match the pattern [_a-zA-Z0-9]+
The text was updated successfully, but these errors were encountered: