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

org.webpieces.elasticsearch.queries.Nested Maven / Gradle / Ivy

package org.webpieces.elasticsearch.queries;

public class Nested {
    private Query query;

    public Query getQuery() {
        return query;
    }

    public void setQuery(Query query) {
        this.query = query;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy