Class FieldExistsQueryAbstractBuilder<T extends FieldExistsQueryAbstractBuilder<T>>
- java.lang.Object
-
- com.lucidworks.search.dsl.request.query.FieldExistsQueryAbstractBuilder<T>
-
- Direct Known Subclasses:
FieldExistsQueryBuilder
,FieldExistsQueryBuilder.Nested
public abstract class FieldExistsQueryAbstractBuilder<T extends FieldExistsQueryAbstractBuilder<T>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FieldExistsQueryAbstractBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
withField(java.lang.String field)
-
-
-
Method Detail
-
withField
public T withField(java.lang.String field)
-
-