diff src/luan/modules/lucene/LuanOpDoer.java @ 1556:52241b69c339

lucene logging
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 11 Oct 2020 17:28:16 -0600
parents 9cc4cee39b8b
children 8fbcc4747091
line wrap: on
line diff
--- a/src/luan/modules/lucene/LuanOpDoer.java	Tue Oct 06 20:53:43 2020 -0600
+++ b/src/luan/modules/lucene/LuanOpDoer.java	Sun Oct 11 17:28:16 2020 -0600
@@ -20,10 +20,6 @@
 		this.fn = fn;
 	}
 
-	public GoodIndexWriter writer() {
-		return opDoer.writer();
-	}
-
 	public void commit() throws IOException {
 		try {
 			fn.call(new CommitAction(opDoer));