X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5c3f2f665243a32510f8097bf6c0582fc14d2fd3..9b6c9a110e5f1bb51c3b1a4c3ca6d9ef1e0d3180:/apps/search/__init__.py diff --git a/apps/search/__init__.py b/apps/search/__init__.py index dac5a06c5..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, MultiSearch + +from index import Index, Search, ReusableIndex, SearchResult, JVM, IndexChecker, IndexStore