Uses of Interface
org.apache.jackrabbit.core.query.lucene.ExcerptProvider

Packages that use ExcerptProvider
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
 interface HighlightingExcerptProvider
          HighlightingExcerptProvider extends the ExcerptProvider interface with a method that highlights matching terms in arbitrary text.
 

Classes in org.apache.jackrabbit.core.query.lucene that implement ExcerptProvider
 class AbstractExcerpt
          AbstractExcerpt implements base functionality for an excerpt provider.
 class DefaultHTMLExcerpt
          DefaultHTMLExcerpt creates a HTML excerpt with the following format: <div> <span><strong>Jackrabbit</strong> implements both the mandatory XPath and optional SQL <strong>query</strong> syntax.
 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: <div> <span><strong>Jackrabbit</strong> implements both the mandatory XPath and optional SQL <strong>query</strong> syntax.
 class WeightedXMLExcerpt
          WeightedXMLExcerpt creates an XML excerpt of a matching node.
 

Methods in org.apache.jackrabbit.core.query.lucene that return ExcerptProvider
protected  ExcerptProvider SingleColumnQueryResult.createExcerptProvider()
          Creates an excerpt provider for this result set.
protected abstract  ExcerptProvider QueryResultImpl.createExcerptProvider()
          Creates an excerpt provider for this result set.
protected  ExcerptProvider MultiColumnQueryResult.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-2010 The Apache Software Foundation. All Rights Reserved.