Package | Description |
---|---|
sirius.db.es.constraints |
Modifier and Type | Method and Description |
---|---|
BoolQueryBuilder |
BoolQueryBuilder.filter(ElasticConstraint filter)
Adds a FILTER constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.filter(com.alibaba.fastjson.JSONObject filter)
Adds a FILTER constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.must(ElasticConstraint filter)
Adds a MUST constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.must(com.alibaba.fastjson.JSONObject filter)
Adds a MUST constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.mustNot(ElasticConstraint filter)
Adds a MUST NOT constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.mustNot(com.alibaba.fastjson.JSONObject filter)
Adds a MUST NOT constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.should(ElasticConstraint filter)
Adds a SHOULD constraint for the given query.
|
BoolQueryBuilder |
BoolQueryBuilder.should(com.alibaba.fastjson.JSONObject filter)
Adds a SHOULD constraint for the given query.
|
Copyright © 2018. All rights reserved.