| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.query.lucene | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HighlightingExcerptProviderHighlightingExcerptProviderextends theExcerptProviderinterface with a method that highlights matching
 terms in arbitrary text. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractExcerptAbstractExcerptimplements base functionality for an excerpt
 provider. | 
| class  | DefaultHTMLExcerptDefaultHTMLExcerptcreates a HTML excerpt with the following
 format: | 
| class  | DefaultXMLExcerptDefaultXMLExcerptcreates an XML excerpt of a matching node. | 
| class  | SimpleExcerptProviderSimpleExcerptProvideris a very simple excerpt provider. | 
| class  | WeightedHTMLExcerptWeightedHTMLExcerptcreates a HTML excerpt with the following
 format: | 
| class  | WeightedXMLExcerptWeightedXMLExcerptcreates an XML excerpt of a matching node. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ExcerptProvider | MultiColumnQueryResult. createExcerptProvider()Creates an excerpt provider for this result set. | 
| protected abstract ExcerptProvider | QueryResultImpl. createExcerptProvider()Creates an excerpt provider for this result set. | 
| protected ExcerptProvider | SingleColumnQueryResult. createExcerptProvider()Creates an excerpt provider for this result set. | 
| ExcerptProvider | SearchIndex. createExcerptProvider(org.apache.lucene.search.Query query)Creates an excerpt provider for the given  query. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.