Mercurial Hosting > luan
view examples/blog/src/private/tools/lucene.html.luan @ 1218:a50803fde972
http/tools cleanup
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 20 Mar 2018 16:24:59 -0600 |
parents | examples/blog/src/private/tools/lucene.luan@c38f6619feb9 |
children | 4721c482c86b |
line wrap: on
line source
local Web_search = require "luan:lucene/Web_search.luan" local Db = require "site:/lib/Db.luan" return Web_search.of(Db)