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

org.biacode.escommons.toolkit.component.ScrollSearchComponent.kt Maven / Gradle / Ivy

There is a newer version: 7.3.2_0.1.0
Show newest version
package org.biacode.escommons.toolkit.component

import org.biacode.escommons.core.model.document.AbstractEsDocument
import org.biacode.escommons.core.model.response.DocumentsAndTotalCount
import org.elasticsearch.action.search.SearchRequestBuilder

/**
 * Created by Arthur Asatryan.
 * Date: 9/5/17
 * Time: 4:49 PM
 */
interface ScrollSearchComponent {
    fun  scroll(
            searchRequestBuilder: SearchRequestBuilder,
            clazz: Class,
            timeoutMillis: Long
    ): DocumentsAndTotalCount
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy