annotate examples/blog/src/private/tools/lucene.luan @ 1200:1e351b0d385e

move remove_old_web_log_files to luanhost
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 01 Mar 2018 16:28:18 -0700
parents c38f6619feb9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
693
ca169567ce07 module URIs must now include ".luan"
Franklin Schmidt <fschmidt@gmail.com>
parents: 597
diff changeset
1 local Web_search = require "luan:lucene/Web_search.luan"
ca169567ce07 module URIs must now include ".luan"
Franklin Schmidt <fschmidt@gmail.com>
parents: 597
diff changeset
2 local Db = require "site:/lib/Db.luan"
597
cb6c628de583 add blog tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3
cb6c628de583 add blog tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 return Web_search.of(Db)