public abstract class TermsQueryAbstractBuilder<T extends TermsQueryAbstractBuilder<T>> extends Object
Constructor and Description |
---|
TermsQueryAbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withField(String field) |
T |
withMethod(String method) |
T |
withValue(String value) |
T |
withValues(List<String> values) |