public abstract class BoostQueryAbstractBuilder<T extends BoostQueryAbstractBuilder<T>> extends Object
| Constructor and Description | 
|---|
BoostQueryAbstractBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
withBoost(Double boost)  | 
QueryBuilder<T> | 
withQuery()  | 
T | 
withQuery(Query query)  |