fix app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ class SearchApplication:
|
|
49 |
)
|
50 |
|
51 |
def set_searcher(self):
|
52 |
-
searcher = LuceneSearcher("indexes/
|
53 |
return searcher
|
54 |
|
55 |
def show_popular_words(self):
|
|
|
49 |
)
|
50 |
|
51 |
def set_searcher(self):
|
52 |
+
searcher = LuceneSearcher("indexes/docs")
|
53 |
return searcher
|
54 |
|
55 |
def show_popular_words(self):
|