Mercurial Hosting > luan
annotate examples/blog/src/private/tools/lucene.html.luan @ 1250:e55a0c3696fb
webserver checks for file before luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 23 Jul 2018 17:23:48 -0600 |
parents | 4721c482c86b |
children | 82415c9c0015 |
rev | line source |
---|---|
1220 | 1 local Luan = require "luan:Luan.luan" |
2 local error = Luan.error | |
693
ca169567ce07
module URIs must now include ".luan"
Franklin Schmidt <fschmidt@gmail.com>
parents:
597
diff
changeset
|
3 local Web_search = require "luan:lucene/Web_search.luan" |
1220 | 4 local db = require("site:/lib/Db.luan").db or error() |
597 | 5 |
1220 | 6 return Web_search.of(db) |