Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene |
Modifier and Type | Interface and Description |
---|---|
interface |
HighlightingExcerptProvider
HighlightingExcerptProvider extends the
ExcerptProvider interface with a method that highlights matching
terms in arbitrary text. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExcerpt
AbstractExcerpt implements base functionality for an excerpt
provider. |
class |
DefaultHTMLExcerpt
DefaultHTMLExcerpt creates a HTML excerpt with the following
format: |
class |
DefaultXMLExcerpt
DefaultXMLExcerpt creates an XML excerpt of a matching node. |
class |
SimpleExcerptProvider
SimpleExcerptProvider is a very simple excerpt provider. |
class |
WeightedHTMLExcerpt
WeightedHTMLExcerpt creates a HTML excerpt with the following
format: |
class |
WeightedXMLExcerpt
WeightedXMLExcerpt creates 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–2021 The Apache Software Foundation. All rights reserved.