| Package | Description |
|---|---|
| com.github.wz2cool.elasticsearch.operator |
| Modifier and Type | Method and Description |
|---|---|
MultiMatchOperator<T> |
MultiMatchOperator.analyzer(String analyzer)
See also
MultiMatchQueryBuilder.analyzer(String analyzer) |
MultiMatchOperator<T> |
MultiMatchOperator.cutoffFrequency(Float cutoff)
See also
MultiMatchQueryBuilder.cutoffFrequency(float cutoff) |
<P1> MultiMatchOperator<T> |
MultiMatchOperator.field(GetPropertyFunction<T,P1> getP1Func,
GetStringPropertyFunction<P1> getPropertyFunc)
See also
MultiMatchQueryBuilder.field(String field) |
<P1> MultiMatchOperator<T> |
MultiMatchOperator.field(GetPropertyFunction<T,P1> getP1Func,
GetStringPropertyFunction<P1> getPropertyFunc,
float boost)
See also
MultiMatchQueryBuilder.field(String field, float boost) |
MultiMatchOperator<T> |
MultiMatchOperator.field(GetStringPropertyFunction<T> getPropertyFunc)
See also
MultiMatchQueryBuilder.field(String field) |
MultiMatchOperator<T> |
MultiMatchOperator.fuzziness(String fuzziness)
See also
MultiMatchQueryBuilder.fuzziness(Object fuzziness) |
MultiMatchOperator<T> |
MultiMatchOperator.fuzzyTranspositions(Boolean fuzzyTranspositions)
See also
MultiMatchQueryBuilder.fuzzyTranspositions(boolean fuzzyTranspositions) |
MultiMatchOperator<T> |
MultiMatchOperator.lenient(Boolean lenient)
See also
MultiMatchQueryBuilder.lenient(boolean) |
MultiMatchOperator<T> |
MultiMatchOperator.maxExpansions(Integer maxExpansions)
See also
MultiMatchQueryBuilder.maxExpansions(int) |
MultiMatchOperator<T> |
MultiMatchOperator.minimumShouldMatch(String minimumShouldMatch)
See also
MultiMatchQueryBuilder.minimumShouldMatch(String minimumShouldMatch) |
MultiMatchOperator<T> |
MultiMatchOperators.multiMatch(GetStringPropertyFunction<T>... getPropertyFuncs) |
MultiMatchOperator<T> |
MultiMatchOperator.prefixLength(Integer prefixLength)
See also
MultiMatchQueryBuilder.prefixLength(int prefixLength) |
MultiMatchOperator<T> |
MultiMatchOperator.slop(int slop)
See also
MultiMatchQueryBuilder.slop(int slop) |
MultiMatchOperator<T> |
MultiMatchOperator.tieBreaker(Float tieBreaker)
See also
MultiMatchQueryBuilder.tieBreaker(float tieBreaker) |
MultiMatchOperator<T> |
MultiMatchOperator.type(org.elasticsearch.index.query.MultiMatchQueryBuilder.Type type) |
Copyright © 2021 wz2cool. All rights reserved.