diff src/luan/modules/lucene/LuceneIndex.java @ 1347:643cf1c37723

move webserver to lib and bug fixes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 25 Feb 2019 13:02:33 -0700
parents efd1c6380f2c
children 709f7498a363
line wrap: on
line diff
--- a/src/luan/modules/lucene/LuceneIndex.java	Mon Feb 25 12:29:33 2019 -0700
+++ b/src/luan/modules/lucene/LuceneIndex.java	Mon Feb 25 13:02:33 2019 -0700
@@ -578,7 +578,7 @@
 	}
 
 	private Document toLucene(LuanTable table,LuanTable boosts) throws LuanException {
-		return toLucene(table,boosts);
+		return toLucene(table.iterable(),boosts);
 	}
 
 	private Document toLucene(Iterable<Map.Entry> iterable,LuanTable boosts) throws LuanException {