tantivy
tantivy copied to clipboard
Custom Directory implementations can't trigger WatchCallback
Describe the bug
WatchCallback is triggered via a private call function that isn't exposed. Without this, there's no way for a custom Directory implementation to trigger a watch callback.
Which version of tantivy are you using? 0.19.2
To Reproduce
N/A
@PSeitz have we made this public yet? I forgot.