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

Interface Summary
IndexListener Defines an interface that allows implementing classes to listen for index changes (namely document deletes) while using a ReadOnlyIndexReader.
ScoreNodeIterator Extends the NodeIterator interface by adding a ScoreNodeIterator.getScore() method that returns the score for the node that is returned by NodeIterator.nextNode().
 

Class Summary
DocNumberCache.Entry  
DoubleField The DoubleField class is a utility to convert double values into String values that are lexicographically ordered according to the double value.
FieldNames Defines field names that are used internally to store UUID, etc in the search index.
LongField  
MultiIndex.Action Defines an action on an MultiIndex.
NamespaceMappings The class NamespaceMappings implements a org.apache.jackrabbit.core.NamespaceResolver that holds a namespace mapping that is used internally in the search index.
NodeIndexer Creates a lucene Document object from a Node.
RangeQuery Implements a variant of the lucene class RangeQuery.
SearchIndex Implements a QueryHandler using Lucene.
TextPlainTextFilter Implements a TextFilter that handles binary properties of mime-type text/plain.
WildcardQuery Implements a wildcard query on a lucene field with an embedded property name and a pattern.
 



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