Uses of Class
org.graylog2.rest.models.search.responses.TermsResult
Packages that use TermsResult
-
Uses of TermsResult in org.graylog2.rest.models.search.responses
Methods in org.graylog2.rest.models.search.responses that return TermsResultModifier and TypeMethodDescriptionstatic TermsResultTermsResult.create(long time, Map<String, Long> terms, long missing, long other, long total, String builtQuery) static TermsResultTermsResult.create(long time, Map<String, Long> terms, Map<String, List<Map<String, String>>> termsMapping, long missing, long other, long total, String builtQuery) Methods in org.graylog2.rest.models.search.responses that return types with arguments of type TermsResultMethod parameters in org.graylog2.rest.models.search.responses with type arguments of type TermsResultModifier and TypeMethodDescriptionstatic TermsHistogramResultTermsHistogramResult.create(long time, String interval, long size, Map<Long, TermsResult> buckets, Set<String> terms, String builtQuery, TimeRange queriedTimerange)