Package com.persequor.extension.persist
Interface ISearchIndexMapper
public interface ISearchIndexMapper
Manipulation extension for event search index. Implement this interface for adding/removing search index data
associated with the given event. By default all EPCIS data is saved in the index, including flattened values for
custom tags.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mapEvent
(IEventSearchIndexMapping index, Event epcisEvent) Use this method for adding/removing data to the index entry associated with each event
-
Method Details
-
mapEvent
Use this method for adding/removing data to the index entry associated with each event- Parameters:
index
- the resulting index entryepcisEvent
- the input event
-