taishi-i commited on
Commit
1cdbe99
1 Parent(s): 18c08a2

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ class SearchApplication:
49
  )
50
 
51
  def set_searcher(self):
52
- searcher = LuceneSearcher("indexes/temp")
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):