feat(search): package public exports

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Trenton H
2026-03-30 08:41:02 -07:00
parent fcd4d28f37
commit 9df2a603b7
+15
View File
@@ -0,0 +1,15 @@
from documents.search._backend import SearchIndexLockError
from documents.search._backend import SearchResults
from documents.search._backend import TantivyBackend
from documents.search._backend import WriteBatch
from documents.search._backend import get_backend
from documents.search._backend import reset_backend
__all__ = [
"SearchIndexLockError",
"SearchResults",
"TantivyBackend",
"WriteBatch",
"get_backend",
"reset_backend",
]