X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1cf1830b0f97f0c517862c8a2030e2fc4d76108e..b2bac01f6cb0d3153a2f4722dfbe1375f8584ba8:/apps/search/__init__.py?ds=inline

diff --git a/apps/search/__init__.py b/apps/search/__init__.py
index f45c150f1..1451fa214 100644
--- a/apps/search/__init__.py
+++ b/apps/search/__init__.py
@@ -1,3 +1,3 @@
-from index import Index, Search
 import lucene
-lucene.initVM(lucene.CLASSPATH)
+
+from index import Index, Search, ReusableIndex, SearchResult, JVM, IndexChecker, IndexStore