Uses of Class
net.conquiris.api.search.Highlight

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
<T> ItemResult<T>
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
<T> PageResult<T>
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.
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.