Mercurial Hosting > luan
comparison examples/blog/src/lib/Db.luan @ 1397:0dc9837c16be
fix lucene issues
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 11 Sep 2019 01:31:21 -0600 |
parents | a5f61890ad84 |
children | 67c0e47b5be3 |
comparison
equal
deleted
inserted
replaced
1396:a5f61890ad84 | 1397:0dc9837c16be |
---|---|
32 return db | 32 return db |
33 end | 33 end |
34 | 34 |
35 Db.db = Db.new("site:/private/local/lucene") | 35 Db.db = Db.new("site:/private/local/lucene") |
36 | 36 |
37 --Db.db.restore_from_postgres() | 37 Db.db.restore_from_postgres() |
38 Db.db.check() | 38 Db.db.check() |
39 return Db | 39 return Db |