Uses of Interface
org.graylog2.indexer.fieldtypes.MappedFieldTypesService
Packages that use MappedFieldTypesService
Package
Description
-
Uses of MappedFieldTypesService in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type MappedFieldTypesServiceModifierConstructorDescriptionFieldTypesResource(MappedFieldTypesService mappedFieldTypesService, IndexFieldTypePollerPeriodical fieldTypePoller) SuggestionsResource(PermittedStreams permittedStreams, QuerySuggestionsService querySuggestionsService, MappedFieldTypesService mappedFieldTypesService, EntityTitleService entityTitleService, NodeService nodeService, LastUsedQueryStringsService lastUsedQueryStringsService, Configuration configuration) -
Uses of MappedFieldTypesService in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Constructors in org.graylog.plugins.views.search.rest.scriptingapi.mapping with parameters of type MappedFieldTypesServiceModifierConstructorDescriptionMessagesTabularResponseCreator(MappedFieldTypesService mappedFieldTypesService, Set<FieldDecorator> decorators) -
Uses of MappedFieldTypesService in org.graylog.plugins.views.search.validation
Constructors in org.graylog.plugins.views.search.validation with parameters of type MappedFieldTypesServiceModifierConstructorDescriptionQueryValidationServiceImpl(LuceneQueryParser luceneQueryParser, MappedFieldTypesService fields, Set<QueryValidator> validators) -
Uses of MappedFieldTypesService in org.graylog2.indexer.fieldtypes
Classes in org.graylog2.indexer.fieldtypes that implement MappedFieldTypesService