Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
master
-
None
Description
mailbox-tools.xml defines:
<bean id ="fake-reindexer" class="org.apache.mailbox.tools.indexer.ThrowsReIndexer" lazy-init="true"/>
As the indexer is configurable, we are not able to inject the ListeningMessageSearchIndex for doing that.
We may need aditional logic upon the indexer choice for providing the correct reIndexer binding:
- keep the throwing one when lucene is not selected
- Use ReIndexerImpl with luceneSearchIndex injected in it when lucene is configured.