io.polyglotted.eswrapper.query.SourceBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of es-wrapper Show documentation
Show all versions of es-wrapper Show documentation
Standard set of utilities for elastic search abstraction
package io.polyglotted.eswrapper.query;
import java.util.Map;
public interface SourceBuilder {
T buildFrom(Map sourceMap);
SourceBuilder
© 2015 - 2024 Weber Informatics LLC | Privacy Policy