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 T
withGreaterConditionMaxUnmatchedClauses(java.lang.Integer condition)
T
withGreaterConditionMaxUnmatchedPercent(java.lang.Integer condition)
T
withGreaterConditionMinClauses(java.lang.Integer condition)
T
withGreaterConditionMinPercent(java.lang.Integer condition)
T
withLesserConditionMaxUnmatchedClauses(java.lang.Integer condition)
T
withLesserConditionMaxUnmatchedPercent(java.lang.Integer condition)
T
withLesserConditionMinClauses(java.lang.Integer condition)
T
withLesserConditionMinPercent(java.lang.Integer condition)
T
withMaxUnmatchedClauses(java.lang.Integer clauses)
T
withMaxUnmatchedPercent(java.lang.Integer clauses)
T
withMinimumClauses(java.lang.Integer clauses)
T
withMinimumPercent(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)
-
-