Uses of Class
org.graylog.plugins.views.search.searchtypes.Sort
Packages that use Sort
Package
Description
-
Uses of Sort in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return SortMethods in org.graylog.plugins.views.search.searchtypes that return types with arguments of type SortMethod parameters in org.graylog.plugins.views.search.searchtypes with type arguments of type Sort -
Uses of Sort in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type SortMethod parameters in org.graylog2.contentpacks.model.entities with type arguments of type Sort -
Uses of Sort in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return SortMethods in org.graylog2.rest.resources.search with parameters of type SortModifier and TypeMethodDescriptionprotected SearchSearchResource.createSearch(String queryString, int limit, int offset, String filter, List<String> fieldList, Sort sorting, TimeRange timeRange) protected SearchResponseSearchResource.search(String query, int limit, int offset, String filter, boolean decorate, SearchUser searchUser, List<String> fieldList, Sort sorting, TimeRange timeRange)