Uses of Class
org.apache.lucene.search.highlight.QueryScorer
-
Packages that use QueryScorer Package Description org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. -
-
Uses of QueryScorer in org.apache.lucene.search.highlight
Constructors in org.apache.lucene.search.highlight with parameters of type QueryScorer Constructor Description SimpleSpanFragmenter(QueryScorer queryScorer)
SimpleSpanFragmenter(QueryScorer queryScorer, int fragmentSize)
-