| Package | Description |
|---|---|
| de.whitefrog.frogr.repository | |
| de.whitefrog.frogr.service |
| Modifier and Type | Method and Description |
|---|---|
Search |
BaseRepository.search() |
Search |
Repository.search()
Get a search provider.
|
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.debug()
Print queries and parameters to stdout.
|
Search |
Search.fields(FieldList fields)
Fields to fetch on results.
|
Search |
Search.fields(QueryField... fields)
Fields to fetch on results.
|
Search |
Search.fields(String... fields)
Fields to fetch on results.
|
Search |
Search.filter(Filter filter)
Adds a
filter for results. |
Search |
Search.filter(String property,
String value)
Filter results by field values.
|
Search |
Search.ids(Collection<Long> ids)
Filter results by ids.
|
Search |
Search.ids(Long... ids)
Filter results by ids.
|
Search |
Search.limit(int limit)
Limit results to a specific count.
|
Search |
Search.locale(Locale locale)
Locale to use for queries. |
Search |
Search.orderBy(String field)
Sort results by a specific field in ascending order.
|
Search |
Search.orderBy(String field,
SearchParameter.SortOrder dir)
Sort results by a specific field and given order.
|
Search |
Search.page(int page)
Page number to return, starts with 1.
|
Search |
Search.params(SearchParameter params)
Replaces the underlying
SearchParameter object. |
Search |
Search.query(String query)
Query indexed fields.
|
Search |
Search.returns(String... fields)
Fields to return.
|
Search |
Search.start(int start)
Start results at a specific position.
|
Search |
Search.uuids(Collection<String> uuids)
Filter results by uuids.
|
Search |
Search.uuids(String... uuids)
Filter results by uuids.
|
Copyright © 2018. All rights reserved.