|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageResult | |
|---|---|
| net.conquiris.api.search | |
| Uses of PageResult in net.conquiris.api.search |
|---|
| Methods in net.conquiris.api.search that return PageResult | ||
|---|---|---|
static
|
PageResult.empty()
Returns the empty page. |
|
static
|
PageResult.found(int totalHits,
float maxScore,
long time,
int firstResult,
List<T> items)
Constructor. |
|
static
|
PageResult.notFound(int totalHits,
float maxScore,
long time,
int firstResult)
Returns a page with no results. |
|
static
|
PageResult.notFound(long time,
int firstResult)
Returns a page with no results in a query with no results. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||