Uses of Class
org.graylog.plugins.views.search.engine.SearchExecutor
Packages that use SearchExecutor
Package
Description
-
Uses of SearchExecutor in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type SearchExecutorModifierConstructorDescriptionSearchResource(SearchDomain searchDomain, SearchExecutor searchExecutor, SearchJobService searchJobService, com.google.common.eventbus.EventBus serverEventBus) -
Uses of SearchExecutor in org.graylog.plugins.views.search.rest.scriptingapi
Constructors in org.graylog.plugins.views.search.rest.scriptingapi with parameters of type SearchExecutorModifierConstructorDescriptionScriptingApiResource(SearchExecutor searchExecutor, com.google.common.eventbus.EventBus serverEventBus, SearchRequestSpecToSearchMapper searchCreator, AggregationTabularResponseCreator aggregationTabularResponseCreator, MessagesTabularResponseCreator messagesTabularResponseCreator, QueryParamsToFullRequestSpecificationMapper queryParamsToFullRequestSpecificationMapper) -
Uses of SearchExecutor in org.graylog2.rest.resources.search
Constructors in org.graylog2.rest.resources.search with parameters of type SearchExecutorModifierConstructorDescriptionAbsoluteSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) KeywordSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) RelativeSearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor) SearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor)