Uses of Interface
org.apache.jackrabbit.core.query.lucene.ExcerptProvider
-
Packages that use ExcerptProvider Package Description org.apache.jackrabbit.core.query.lucene -
-
Uses of ExcerptProvider in org.apache.jackrabbit.core.query.lucene
Subinterfaces of ExcerptProvider in org.apache.jackrabbit.core.query.lucene Modifier and Type Interface Description interfaceHighlightingExcerptProviderHighlightingExcerptProviderextends theExcerptProviderinterface with a method that highlights matching terms in arbitrary text.Classes in org.apache.jackrabbit.core.query.lucene that implement ExcerptProvider Modifier and Type Class Description classAbstractExcerptAbstractExcerptimplements base functionality for an excerpt provider.classDefaultHTMLExcerptDefaultHTMLExcerptcreates a HTML excerpt with the following format:classDefaultXMLExcerptDefaultXMLExcerptcreates an XML excerpt of a matching node.classSimpleExcerptProviderSimpleExcerptProvideris a very simple excerpt provider.classWeightedHTMLExcerptWeightedHTMLExcerptcreates a HTML excerpt with the following format:classWeightedXMLExcerptWeightedXMLExcerptcreates an XML excerpt of a matching node.Methods in org.apache.jackrabbit.core.query.lucene that return ExcerptProvider Modifier and Type Method Description protected ExcerptProviderMultiColumnQueryResult. createExcerptProvider()Creates an excerpt provider for this result set.protected abstract ExcerptProviderQueryResultImpl. createExcerptProvider()Creates an excerpt provider for this result set.ExcerptProviderSearchIndex. createExcerptProvider(Query query)Creates an excerpt provider for the givenquery.protected ExcerptProviderSingleColumnQueryResult. createExcerptProvider()Creates an excerpt provider for this result set.
-