Mercurial Hosting > luan
annotate examples/blog/src/private/tools/lucene.html.luan @ 1334:c88b486a9511
make some Luan methods static
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 12 Feb 2019 22:53:57 -0700 |
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) |