comparison src/luan/modules/lucene/Lucene.luan @ 1565:44e444a8da64

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 11 Nov 2020 13:17:58 -0700
parents 52241b69c339
children 349eef23a13c
comparison
equal deleted inserted replaced
1564:b1195cfe8712 1565:44e444a8da64
200 index.save(doc) 200 index.save(doc)
201 end ) 201 end )
202 end 202 end
203 end 203 end
204 204
205 local function multi_error() 205 local function multi_error(...)
206 error "multiple lucene instances" 206 error "multiple lucene instances"
207 end 207 end
208 208
209 if Rpc.functions.lucene_backup == nil then 209 if Rpc.functions.lucene_backup == nil then
210 210