Class MinimumMatchAbstractBuilder<T extends MinimumMatchAbstractBuilder<T>>
- java.lang.Object
-
- com.lucidworks.search.dsl.request.query.MinimumMatchAbstractBuilder<T>
-
- Direct Known Subclasses:
MinimumMatchBuilder,MinimumMatchBuilder.Nested
public abstract class MinimumMatchAbstractBuilder<T extends MinimumMatchAbstractBuilder<T>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MinimumMatchAbstractBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TwithGreaterConditionMaxUnmatchedClauses(java.lang.Integer condition)TwithGreaterConditionMaxUnmatchedPercent(java.lang.Integer condition)TwithGreaterConditionMinClauses(java.lang.Integer condition)TwithGreaterConditionMinPercent(java.lang.Integer condition)TwithLesserConditionMaxUnmatchedClauses(java.lang.Integer condition)TwithLesserConditionMaxUnmatchedPercent(java.lang.Integer condition)TwithLesserConditionMinClauses(java.lang.Integer condition)TwithLesserConditionMinPercent(java.lang.Integer condition)TwithMaxUnmatchedClauses(java.lang.Integer clauses)TwithMaxUnmatchedPercent(java.lang.Integer clauses)TwithMinimumClauses(java.lang.Integer clauses)TwithMinimumPercent(java.lang.Integer clauses)
-
-
-
Method Detail
-
withMinimumClauses
public T withMinimumClauses(java.lang.Integer clauses)
-
withMaxUnmatchedClauses
public T withMaxUnmatchedClauses(java.lang.Integer clauses)
-
withMinimumPercent
public T withMinimumPercent(java.lang.Integer clauses)
-
withMaxUnmatchedPercent
public T withMaxUnmatchedPercent(java.lang.Integer clauses)
-
withGreaterConditionMinClauses
public T withGreaterConditionMinClauses(java.lang.Integer condition)
-
withGreaterConditionMaxUnmatchedClauses
public T withGreaterConditionMaxUnmatchedClauses(java.lang.Integer condition)
-
withGreaterConditionMinPercent
public T withGreaterConditionMinPercent(java.lang.Integer condition)
-
withGreaterConditionMaxUnmatchedPercent
public T withGreaterConditionMaxUnmatchedPercent(java.lang.Integer condition)
-
withLesserConditionMinClauses
public T withLesserConditionMinClauses(java.lang.Integer condition)
-
withLesserConditionMaxUnmatchedClauses
public T withLesserConditionMaxUnmatchedClauses(java.lang.Integer condition)
-
withLesserConditionMinPercent
public T withLesserConditionMinPercent(java.lang.Integer condition)
-
withLesserConditionMaxUnmatchedPercent
public T withLesserConditionMaxUnmatchedPercent(java.lang.Integer condition)
-
-