diff src/luan/modules/lucene/Lucene.luan @ 1388:2024d23ddd64

add restore_from_postgres
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 03 Sep 2019 22:12:53 -0600
parents bc40bc9aab3a
children 94f48cc76de8
line wrap: on
line diff
--- a/src/luan/modules/lucene/Lucene.luan	Mon Sep 02 22:23:12 2019 -0600
+++ b/src/luan/modules/lucene/Lucene.luan	Tue Sep 03 22:12:53 2019 -0600
@@ -71,6 +71,7 @@
 
 	index.has_postgres_backup = java_index.hasPostgresBackup()
 	index.rebuild_postgres_backup = java_index.rebuild_postgres_backup
+	index.restore_from_postgres = java_index.restore_from_postgres
 
 	function index.search( query, from, to, options )
 		from or error "missing 'from' parameter"