| Methods in net.sf.lucis.core that return LucisQuery |
static LucisQuery<Result> |
LucisQuery.count(Query query,
Filter filter)
|
static
|
LucisQuery.first(Query query,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(Query query,
Filter filter,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(Query query,
Filter filter,
Sort sort,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(Query query,
Filter filter,
Sort sort,
DocMapper<T> mapper,
Highlight highlight)
|
static
|
LucisQuery.first(Query query,
Sort sort,
DocMapper<T> mapper)
|
static LucisQuery<GroupResult> |
LucisQuery.group(Query query,
Filter filter,
List<String> fields)
|
static
|
LucisQuery.page(Query query,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(Query query,
Filter filter,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(Query query,
Filter filter,
Sort sort,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(Query query,
Filter filter,
Sort sort,
DocMapper<T> mapper,
int first,
int pageSize,
Highlight highlight)
|
static
|
LucisQuery.page(Query query,
Sort sort,
DocMapper<T> mapper,
int first,
int pageSize)
|