public class BooleanQueryCondition extends Object implements QueryCondition
| Constructor and Description |
|---|
BooleanQueryCondition() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryCondition> |
getMust() |
List<QueryCondition> |
getShould() |
List<QueryCondition> |
must() |
List<QueryCondition> |
should() |
public List<QueryCondition> must()
public List<QueryCondition> should()
public List<QueryCondition> getMust()
public List<QueryCondition> getShould()
Copyright © 2018. All rights reserved.