Mercurial Hosting > luan
diff src/goodjava/lucene/logging/OpDoer.java @ 1556:52241b69c339
lucene logging
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 11 Oct 2020 17:28:16 -0600 |
| parents | 9cc4cee39b8b |
| children |
line wrap: on
line diff
--- a/src/goodjava/lucene/logging/OpDoer.java Tue Oct 06 20:53:43 2020 -0600 +++ b/src/goodjava/lucene/logging/OpDoer.java Sun Oct 11 17:28:16 2020 -0600 @@ -7,7 +7,6 @@ public interface OpDoer { - public GoodIndexWriter writer(); public void commit() throws IOException; public void deleteAll(long time) throws IOException; public void deleteDocuments(long time,Query query) throws IOException;
