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

Packages that use HitMapper
net.conquiris.api.search   
 

Uses of HitMapper in net.conquiris.api.search
 

Classes in net.conquiris.api.search that implement HitMapper
 class AbstractHitMapper<T>
          Abstract implementation of a hit mapper.
 

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



Copyright © 2012 Derquinse Projects. All Rights Reserved.