|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Searcher.getFirst(HitMapper<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 |
|
|
Searcher.getPage(HitMapper<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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||