tantivy #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "tantivy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
is not working, its blocking somewhere
can't use e.g. index commands
I think a specialist like lee can resolve this fast (-:
Fixed issues in code so both examples (tantivity_search_demo.sh and test_tantivity_integration.sh) run to completion. Basically:
'
symbols*
search stringNote that the KEYS command (which appears to do text search) is not using tantivy right now and instead hits the storage backend directly (I didn't change the behavior), which does not seem to be the intended result.
Has been merged into main already from another branch (
tantivy_impl
). See #14Pull request closed