Uses of Package
org.apache.jackrabbit.core.query.lucene

Packages that use org.apache.jackrabbit.core.query.lucene
org.apache.jackrabbit.core.query.lucene   
 

Classes in org.apache.jackrabbit.core.query.lucene used by org.apache.jackrabbit.core.query.lucene
AbstractExcerpt
          AbstractExcerpt implements base functionality for an excerpt provider.
AbstractQueryImpl
          AbstractQueryImpl provides a base class for executable queries based on SearchIndex.
AggregateRule
          AggregateRule defines a configuration for a node index aggregate.
CachingMultiIndexReader
          Extends a MultiReader with support for cached TermDocs on FieldNames.UUID field.
DynamicPooledExecutor.Command
           
DynamicPooledExecutor.Result
           
ExcerptProvider
          ExcerptProvider defines an interface to create an excerpt for a matching node.
HierarchyResolver
          HierarchyResolver extends an IndexReader with the ability to resolve a JCR hierarchy.
HighlightingExcerptProvider
          HighlightingExcerptProvider extends the ExcerptProvider interface with a method that highlights matching terms in arbitrary text.
IndexFormatVersion
          This class indicates the lucene index format that is used.
IndexingConfiguration
          IndexingConfiguration defines the interface to check whether a certain property is indexed or not.
MultiIndex
          A MultiIndex consists of a VolatileIndex and multiple PersistentIndexes.
MultiIndexReader
          MultiIndexReader exposes methods to get access to the contained IndexReaders of this MultiIndexReader.
NamespaceMappings
          The class NamespaceMappings holds a namespace mapping that is used internally in the search index.
QueryHits
          Wraps the lucene Hits object and adds a close method that allows to release resources after a query has been executed and the results have been read completely.
SearchIndex
          Implements a QueryHandler using Lucene.
SpellChecker
          SpellChecker defines an interface to run a spellchecker over a fulltext query statement.
SynonymProvider
          SynonymProvider defines an interface for a component that returns synonyms for a given term.
TextExtractorFilter
          Utility base class for migrating functionality from existing implementations of the deprecated TextFilter interface to the new TextExtractor interface.
Transformable
          Transformable marks queries that can transform the value to upper- or lower-case.
TransformConstants
          TransformConstants defines constants for query processing.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.