| Package | Description |
|---|---|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler
|
| org.apache.solr.highlight |
SolrHighlighter API and related implementaions and utilities
See org.apache.lucene.search.highlight for addition information. |
| Modifier and Type | Method and Description |
|---|---|
SolrHighlighter |
HighlightComponent.getHighlighter() |
static SolrHighlighter |
HighlightComponent.getHighlighter(SolrCore core) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSolrHighlighter |
class |
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">... |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.