com.github.wz2cool.elasticsearch.operator.MultiMatchOperators Maven / Gradle / Ivy
package com.github.wz2cool.elasticsearch.operator;
import com.github.wz2cool.elasticsearch.lambda.GetStringPropertyFunction;
public class MultiMatchOperators {
@SafeVarargs
public final MultiMatchOperator multiMatch(GetStringPropertyFunction... getPropertyFuncs) {
return new MultiMatchOperator<>(getPropertyFuncs);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy