|
||||||||||
| 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(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.search.highlight.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(DocMapper<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(DocMapper<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 | |||||||||