| Package | Description |
|---|---|
| com.github.wz2cool.elasticsearch.model | |
| com.github.wz2cool.elasticsearch.query |
| Modifier and Type | Method and Description |
|---|---|
static QueryMode |
QueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryMode[] |
QueryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryMode |
LogicPagingQuery.getQueryMode() |
QueryMode |
DynamicQuery.getQueryMode() |
| Modifier and Type | Method and Description |
|---|---|
static <T> DynamicQuery<T> |
DynamicQuery.createQuery(Class<T> clazz,
QueryMode queryMode) |
static <T> LogicPagingQuery<T> |
LogicPagingQuery.createQuery(Class<T> clazz,
QueryMode queryMode,
GetLongPropertyFunction<T> pagingPropertyFunc,
org.elasticsearch.search.sort.SortOrder sortOrder,
UpDown upDown) |
Copyright © 2021 wz2cool. All rights reserved.