| Methods in net.sf.lucis.core that return LucisQuery |
static
|
LucisQuery.first(org.apache.lucene.search.Query query,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
DocMapper<T> mapper)
|
static
|
LucisQuery.first(org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort,
DocMapper<T> mapper)
|
static
|
LucisQuery.page(org.apache.lucene.search.Query query,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
DocMapper<T> mapper,
int first,
int pageSize)
|
static
|
LucisQuery.page(org.apache.lucene.search.Query query,
org.apache.lucene.search.Sort sort,
DocMapper<T> mapper,
int first,
int pageSize)
|