Mercurial Hosting > luan
view examples/blog/src/private/tools/lucene.html.luan @ 2136:3ca8f933209d nginx_decoupled
Initial; use ~/.nginx-luan/ as nginx master conf dir instead of trying to detect the system default.
| author | Violet7 |
|---|---|
| date | Mon, 19 Jan 2026 19:47:11 -0800 |
| parents | 82415c9c0015 |
| children |
line wrap: on
line source
local Luan = require "luan:Luan.luan" local error = Luan.error local Web_search = require "luan:lucene/Web_search.luan" local Db = require "site:/lib/Db.luan" return Web_search.of(Db)
