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

com.tvd12.ezydata.elasticsearch.action.EzyEsSearchAction Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezydata.elasticsearch.action;

import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.client.RequestOptions;

public interface EzyEsSearchAction extends EzyEsAction {

    SearchRequest getSearchRequest();

    RequestOptions getRequestOptions();

    Class getResponseItemType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy