Class IndexHistory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.search.controller.IndexHistory
-
- All Implemented Interfaces:
SearchIndexer.Listener
public class IndexHistory extends Object implements SearchIndexer.Listener
This listener keeps a list of the last several SearchIndexer events, and will format them for display in a Freemarker template.
-
-
Constructor Summary
Constructors Constructor Description IndexHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceiveSearchIndexerEvent(SearchIndexer.Event event)List<Map<String,Object>>toMaps()
-
-
-
Method Detail
-
receiveSearchIndexerEvent
public void receiveSearchIndexerEvent(SearchIndexer.Event event)
- Specified by:
receiveSearchIndexerEventin interfaceSearchIndexer.Listener
-
-