Uses of Interface
net.sf.lucis.core.DocMapper

Packages that use DocMapper
net.sf.lucis.core   
 

Uses of DocMapper in net.sf.lucis.core
 

Methods in net.sf.lucis.core with parameters of type DocMapper
static
<T> LucisQuery<Item<T>>
LucisQuery.first(org.apache.lucene.search.Query query, DocMapper<T> mapper)
           
static
<T> LucisQuery<Item<T>>
LucisQuery.first(org.apache.lucene.search.Query query, org.apache.lucene.search.Filter filter, DocMapper<T> mapper)
           
static
<T> LucisQuery<Item<T>>
LucisQuery.first(org.apache.lucene.search.Query query, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, DocMapper<T> mapper)
           
static
<T> LucisQuery<Item<T>>
LucisQuery.first(org.apache.lucene.search.Query query, org.apache.lucene.search.Sort sort, DocMapper<T> mapper)
           
static
<T> LucisQuery<Page<T>>
LucisQuery.page(org.apache.lucene.search.Query query, DocMapper<T> mapper, int first, int pageSize)
           
static
<T> LucisQuery<Page<T>>
LucisQuery.page(org.apache.lucene.search.Query query, org.apache.lucene.search.Filter filter, DocMapper<T> mapper, int first, int pageSize)
           
static
<T> LucisQuery<Page<T>>
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
<T> LucisQuery<Page<T>>
LucisQuery.page(org.apache.lucene.search.Query query, org.apache.lucene.search.Sort sort, DocMapper<T> mapper, int first, int pageSize)
           
 



Copyright © 2009. All Rights Reserved.