Mercurial Hosting > luan
view examples/blog/src/private/tools/lucene.luan @ 848:22a4e93ed20e
remove Container
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 19 Sep 2016 16:38:36 -0600 |
parents | c38f6619feb9 |
children |
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)