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

io.inbot.elasticsearch.client.PagedSearchResponse Maven / Gradle / Ivy

package io.inbot.elasticsearch.client;

import com.github.jsonj.JsonObject;

public interface PagedSearchResponse extends SearchResponse, Paging {
    JsonObject get(int i);

    JsonObject getFirstResult();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy