X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4d5f62cd29ea6056605de06356fad641100f426b..73ce961f14509aabfa26536f847afd28111029c6:/apps/search/__init__.py diff --git a/apps/search/__init__.py b/apps/search/__init__.py index 0042997c8..1451fa214 100644 --- a/apps/search/__init__.py +++ b/apps/search/__init__.py @@ -1,3 +1,3 @@ import lucene -JVM = lucene.initVM(lucene.CLASSPATH) -from index import Index, Search, ReusableIndex, MultiSearch + +from index import Index, Search, ReusableIndex, SearchResult, JVM, IndexChecker, IndexStore