org.nlpcn.es4sql.query.SqlElasticRequestBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-sql Show documentation
Show all versions of elasticsearch-sql Show documentation
Query elasticsearch using SQL
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