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

com.github.wz2cool.elasticsearch.operator.MultiMatchOperators Maven / Gradle / Ivy

There is a newer version: 4.2.6
Show newest version
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