| Methods in net.sf.lucis.core with parameters of type DocMapper |
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.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)
|