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 SummaryConstructors Constructor Description MinimumMatchAbstractBuilder()
 - 
Method SummaryAll 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- 
withMinimumClausespublic T withMinimumClauses(java.lang.Integer clauses) 
 - 
withMaxUnmatchedClausespublic T withMaxUnmatchedClauses(java.lang.Integer clauses) 
 - 
withMinimumPercentpublic T withMinimumPercent(java.lang.Integer clauses) 
 - 
withMaxUnmatchedPercentpublic T withMaxUnmatchedPercent(java.lang.Integer clauses) 
 - 
withGreaterConditionMinClausespublic T withGreaterConditionMinClauses(java.lang.Integer condition) 
 - 
withGreaterConditionMaxUnmatchedClausespublic T withGreaterConditionMaxUnmatchedClauses(java.lang.Integer condition) 
 - 
withGreaterConditionMinPercentpublic T withGreaterConditionMinPercent(java.lang.Integer condition) 
 - 
withGreaterConditionMaxUnmatchedPercentpublic T withGreaterConditionMaxUnmatchedPercent(java.lang.Integer condition) 
 - 
withLesserConditionMinClausespublic T withLesserConditionMinClauses(java.lang.Integer condition) 
 - 
withLesserConditionMaxUnmatchedClausespublic T withLesserConditionMaxUnmatchedClauses(java.lang.Integer condition) 
 - 
withLesserConditionMinPercentpublic T withLesserConditionMinPercent(java.lang.Integer condition) 
 - 
withLesserConditionMaxUnmatchedPercentpublic T withLesserConditionMaxUnmatchedPercent(java.lang.Integer condition) 
 
- 
 
-