public abstract class AbstractESQueryAware extends Object implements ESQueryAware
| 构造器和说明 |
|---|
AbstractESQueryAware() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.elasticsearch.index.query.QueryBuilder |
addCondition(OperatorContext context) |
protected void |
analizeFirstScollContext(org.elasticsearch.action.search.SearchRequest searchRequest,
QueryContext queryContext)
分页第一次查询
|
protected void |
analizeNotScollContext(org.elasticsearch.action.search.SearchRequest searchRequest,
org.elasticsearch.search.builder.SearchSourceBuilder sourceBuilder,
QueryContext queryContext)
解析非page
|
protected org.elasticsearch.index.query.BoolQueryBuilder |
analizeOnlyContexts(QueryContext queryContext) |
protected void |
analizeScollContext(org.elasticsearch.action.search.SearchScrollRequest searchRequest,
QueryContext queryContext)
解析page
|
protected void |
checkValue(int length,
OperatorContext context) |
protected String |
getCalcMessage(OperatorContext second) |
protected void |
printMessage(Stack<String> params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlist, page, singleprotected void analizeNotScollContext(org.elasticsearch.action.search.SearchRequest searchRequest,
org.elasticsearch.search.builder.SearchSourceBuilder sourceBuilder,
QueryContext queryContext)
searchRequest - sourceBuilder - queryContext - protected void analizeScollContext(org.elasticsearch.action.search.SearchScrollRequest searchRequest,
QueryContext queryContext)
searchRequest - queryContext - protected void analizeFirstScollContext(org.elasticsearch.action.search.SearchRequest searchRequest,
QueryContext queryContext)
searchRequest - queryContext - protected org.elasticsearch.index.query.BoolQueryBuilder analizeOnlyContexts(QueryContext queryContext)
protected org.elasticsearch.index.query.QueryBuilder addCondition(OperatorContext context)
protected void checkValue(int length,
OperatorContext context)
protected String getCalcMessage(OperatorContext second)
Copyright © 2019. All rights reserved.