|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Highlight | |
|---|---|
| net.conquiris.api.search | |
| Uses of Highlight in net.conquiris.api.search |
|---|
| Methods in net.conquiris.api.search that return Highlight | |
|---|---|
static Highlight |
Highlight.no()
|
static Highlight |
Highlight.of(Analyzer analyzer,
Formatter formatter,
Map<String,Integer> fields)
|
static Highlight |
Highlight.of(Map<String,Integer> fields)
|
| Methods in net.conquiris.api.search with parameters of type Highlight | ||
|---|---|---|
|
Searcher.getFirst(HitMapper<T> mapper,
Query query,
Filter filter,
Sort sort,
Highlight highlight)
Returns the first result of a query |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||