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

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

package org.webpieces.elasticsearch.queries;

public class Completion {
    private String field;

    public String getField() {
        return field;
    }

    public void setField(String field) {
        this.field = field;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy