Explicitly bind ChangeIndexCollection to allow use in plugins

Follow up patch to Id54b985692ca41ffcaabe9793d8b9035cb1d4e82 change.

Change-Id: I8c453ae490994ad1258c5b9b1045918911bf703c
Signed-off-by: Jacek Centkowski <geminica.programs@gmail.com>
This commit is contained in:
Jacek Centkowski
2016-06-09 10:18:44 +02:00
parent 5008b4491f
commit 27d79150a4

View File

@@ -84,6 +84,7 @@ public class IndexModule extends LifecycleModule {
@Override
protected void configure() {
bind(IndexRewriter.class);
bind(ChangeIndexCollection.class);
listener().to(ChangeIndexCollection.class);
factory(ChangeIndexer.Factory.class);
}