| 程序包 | 说明 |
|---|---|
| org.sean.framework.es |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EntityIncrementParam<T extends Serializable>
增量更新实体类
|
| 限定符和类型 | 方法和说明 |
|---|---|
<E> PageData<E> |
BaseEntityIndex.search(QueryExample example,
boolean needScore,
boolean fetchAll,
java.util.function.Function<org.elasticsearch.search.SearchHit,E> fun,
EntityIncrementParam<? extends Serializable> page,
EntitySortParam sortParam)
查询实体
|
PageData<T> |
BaseEntityIndex.search(QueryExample example,
boolean needScore,
EntityIncrementParam<? extends Serializable> page,
EntitySortParam sortParam)
查询实体
|
PageData<T> |
BaseEntityIndex.search(QueryExample example,
boolean needScore,
PageQuery page,
EntitySortParam sortParam)
查询实体
|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
EntitySortParam sortParam,
Type type)
查询实体
|
List<T> |
BaseEntityIndex.searchList(QueryExample example,
EntitySortParam sortParam)
查询实体信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageData<T> |
BaseEntityIndex.search(QueryExample example,
boolean needScore,
EntityIncrementParam<? extends Serializable> page,
List<EntitySortParam> sortParam)
查询实体
|
PageData<T> |
BaseEntityIndex.search(QueryExample example,
boolean needScore,
PageQuery page,
List<EntitySortParam> sortParam)
查询实体
|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
boolean fetchAll,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParam,
Type type)
查询实体
|
<T> PageData<T> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
java.util.function.Function<org.elasticsearch.search.SearchHit,T> fun,
boolean fetchAll,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParams)
查询实体
|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParam,
Type type)
查询实体
|
PageData<String> |
CommonOperation.search4Id(String index,
QueryExample example,
boolean needScore,
boolean fetchAll,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParam)
查询实体ID
|
List<T> |
BaseEntityIndex.searchList(QueryExample example,
List<EntitySortParam> sortParam)
查询实体信息
|
Copyright © 2020. All rights reserved.