X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d840022e6bd987ea1827f91357b096d47933b7d..eb8bbc1d780d405e2cc105d057c9e5186510ba9f:/apps/search/__init__.py diff --git a/apps/search/__init__.py b/apps/search/__init__.py index 44da555a7..1451fa214 100644 --- a/apps/search/__init__.py +++ b/apps/search/__init__.py @@ -1,3 +1,3 @@ import lucene -lucene.initVM(lucene.CLASSPATH) -from index import Index, Search, ReusableIndex + +from index import Index, Search, ReusableIndex, SearchResult, JVM, IndexChecker, IndexStore