Uses of Interface
net.conquiris.api.search.DocMapper

Packages that use DocMapper
net.conquiris.api.search   
 

Uses of DocMapper in net.conquiris.api.search
 

Methods in net.conquiris.api.search with parameters of type DocMapper
<T> ItemResult<T>
Searcher.getFirst(DocMapper<T> mapper, org.apache.lucene.search.Query query, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, Highlight highlight)
          Returns the first result of a query
<T> PageResult<T>
Searcher.getPage(DocMapper<T> mapper, org.apache.lucene.search.Query query, int firstRecord, int maxRecords, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, Highlight highlight)
          Returns a page of results of a query.
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.