Mercurial Hosting > luan
diff examples/blog/src/lib/Db.luan @ 1576:13135e289b50
domain change
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 28 Jan 2021 20:47:39 -0700 |
parents | 82415c9c0015 |
children | 8dd8c556c449 |
line wrap: on
line diff
--- a/examples/blog/src/lib/Db.luan Wed Jan 27 15:31:26 2021 -0700 +++ b/examples/blog/src/lib/Db.luan Thu Jan 28 20:47:39 2021 -0700 @@ -13,15 +13,10 @@ local postgres_spec = Hosted.postgres_spec() --logger.info(stringify(postgres_spec)) -local function completer(doc) - return doc -end - local dir = Io.uri("site:/private/local/lucene") local Db = Lucene.index( dir, { default_type = Lucene.type.english default_fields = {"subject","content"} - completer = completer postgres_spec = postgres_spec } )