Uses of Class
org.graylog2.search.SearchQueryField
Packages that use SearchQueryField
Package
Description
-
Uses of SearchQueryField in org.graylog.plugins.sidecar.rest.resources
Fields in org.graylog.plugins.sidecar.rest.resources with type parameters of type SearchQueryFieldModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableMap<String,SearchQueryField> SidecarResource.SEARCH_FIELD_MAPPING -
Uses of SearchQueryField in org.graylog.security.authzroles
Fields in org.graylog.security.authzroles with type parameters of type SearchQueryFieldModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableMap<String,SearchQueryField> AuthzRolesResource.SEARCH_FIELD_MAPPINGprotected static final com.google.common.collect.ImmutableMap<String,SearchQueryField> AuthzRolesResource.USER_SEARCH_FIELD_MAPPING -
Uses of SearchQueryField in org.graylog2.rest.resources.users
Fields in org.graylog2.rest.resources.users with type parameters of type SearchQueryFieldModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableMap<String,SearchQueryField> UsersResource.SEARCH_FIELD_MAPPING -
Uses of SearchQueryField in org.graylog2.search
Methods in org.graylog2.search that return SearchQueryFieldModifier and TypeMethodDescriptionstatic SearchQueryFieldstatic SearchQueryFieldSearchQueryField.create(String dbField, SearchQueryField.Type fieldType) Methods in org.graylog2.search that return types with arguments of type SearchQueryFieldModifier and TypeMethodDescriptionstatic Map<String,SearchQueryField> DbFieldMappingCreator.createFromEntityAttributes(List<EntityAttribute> attributes) Constructor parameters in org.graylog2.search with type arguments of type SearchQueryFieldModifierConstructorDescriptionSearchQueryParser(String defaultField, Map<String, SearchQueryField> allowedFieldsWithMapping) Constructs a new parser with explicit field mapping.