Class SearchDbService

java.lang.Object
org.graylog.plugins.views.search.db.SearchDbService

public class SearchDbService extends Object
This class is a helper to implement a basic Mongojack-based database service that allows CRUD operations on a single DTO type.

Subclasses can add more sophisticated search methods by access the protected "db" property.
Indices can be added in the constructor.