Uses of Interface
org.graylog.plugins.views.search.engine.normalization.SearchNormalizer
Packages that use SearchNormalizer
-
Uses of SearchNormalizer in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type SearchNormalizerModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.Multibinder<SearchNormalizer>ViewsModule.searchNormalizerBinder()protected com.google.inject.multibindings.Multibinder<SearchNormalizer>ViewsModule.searchPostValidationNormalizerBinder()Method parameters in org.graylog.plugins.views with type arguments of type SearchNormalizerModifier and TypeMethodDescriptionprotected voidViewsModule.registerSearchNormalizer(Class<? extends SearchNormalizer> normalizer) -
Uses of SearchNormalizer in org.graylog.plugins.views.search.engine.normalization
Classes in org.graylog.plugins.views.search.engine.normalization that implement SearchNormalizerConstructor parameters in org.graylog.plugins.views.search.engine.normalization with type arguments of type SearchNormalizerModifierConstructorDescriptionPluggableSearchNormalization(Set<SearchNormalizer> pluggableNormalizers) PluggableSearchNormalization(Set<SearchNormalizer> pluggableNormalizers, Set<SearchNormalizer> postValidationNormalizers)