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