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

org.nlpcn.es4sql.query.SqlElasticRequestBuilder Maven / Gradle / Ivy

There is a newer version: 7.8.0.1
Show newest version
package org.nlpcn.es4sql.query;

import org.elasticsearch.action.ActionRequest;
import org.elasticsearch.action.ActionRequestBuilder;
import org.elasticsearch.action.ActionResponse;

/**
 * Created by Eliran on 19/8/2015.
 */
public interface SqlElasticRequestBuilder {
    public ActionRequest request();
    public String explain();
    public ActionResponse get();
    public ActionRequestBuilder getBuilder();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy