All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.restroutes.generated.RelativeSearchResource Maven / Gradle / Ivy

The newest version!

package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class RelativeSearchResource {


    public PathMethod termsStatsRelative() {
        return new PathMethod("GET", "/search/universal/relative/termsstats");
    }

    public PathMethod searchRelativeChunked() {
        return new PathMethod("GET", "/search/universal/relative");
    }

    public PathMethod searchRelative() {
        return new PathMethod("GET", "/search/universal/relative");
    }

    public PathMethod termsRelative() {
        return new PathMethod("GET", "/search/universal/relative/terms");
    }

    public PathMethod statsRelative() {
        return new PathMethod("GET", "/search/universal/relative/stats");
    }

    public PathMethod histogramRelative() {
        return new PathMethod("GET", "/search/universal/relative/histogram");
    }

    public PathMethod fieldHistogramRelative() {
        return new PathMethod("GET", "/search/universal/relative/fieldhistogram");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy