Mercurial Hosting > luan
view examples/blog/src/private/tools/lucene.luan @ 822:0048a843297a
remove Dispatcher
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 14 Sep 2016 00:58:52 -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)