SolrHighlighter API and related implementaions and utilities
See org.apache.lucene.search.highlight for addition information.See: Description
| Interface | Description |
|---|---|
| SolrEncoder | |
| SolrFormatter | |
| SolrFragListBuilder | |
| SolrFragmenter |
| Class | Description |
|---|---|
| BreakIteratorBoundaryScanner | |
| DefaultEncoder |
Use the
DefaultEncoder |
| DefaultSolrHighlighter | |
| GapFragmenter | |
| HighlightingPluginBase | |
| HtmlEncoder |
Use the
SimpleHTMLEncoder |
| HtmlFormatter |
Use the
SimpleHTMLFormatter |
| PostingsSolrHighlighter |
Highlighter impl that uses
PostingsHighlighter
Example configuration:
<requestHandler name="standard" class="solr.StandardRequestHandler">
<lst name="defaults">
<int name="hl.snippets">1</int>
<str name="hl.tag.pre"><em></str>
<str name="hl.tag.post"></em></str>
<str name="hl.tag.ellipsis">... |
| RegexFragmenter |
Fragmenter that tries to produce snippets that "look" like a regular
expression. |
| ScoreOrderFragmentsBuilder | |
| SimpleBoundaryScanner | |
| SimpleFragListBuilder | |
| SimpleFragmentsBuilder | |
| SingleFragListBuilder | |
| SolrBoundaryScanner | |
| SolrFragmentsBuilder | |
| SolrHighlighter | |
| WeightedFragListBuilder |
SolrHighlighter API and related implementaions and utilities
See org.apache.lucene.search.highlight for addition information.
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.