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

io.polyglotted.elastic.search.ScrollWalker Maven / Gradle / Ivy

There is a newer version: 6.8.5
Show newest version
package io.polyglotted.elastic.search;

import java.util.List;

public interface ScrollWalker {
    boolean walk(List results);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy