Package org.modeshape.search.lucene.query

A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints.

See:
          Description


Interface Summary
CompareQuery.Evaluator<ValueType>  
 

Class Summary
CompareLengthQuery A Lucene Query implementation that is used to apply a Length constraint against a string field.
CompareNameQuery A Lucene Query implementation that is used to apply a Comparison constraint against the name of nodes.
ComparePathQuery A Lucene Query implementation that is used to apply a Comparison constraint against the Path of nodes.
CompareQuery<ValueType> A Lucene Query implementation that is used to apply a Comparison constraint against the Path of nodes.
CompareStringQuery A Lucene Query implementation that is used to apply a Comparison constraint against a string field.
HasValueQuery A Lucene Query implementation that is satisfied if there is at least one value for a document.
IdsQuery A Lucene Query implementation that is used to score positively those documents that have a ID in the supplied set.
MatchNoneQuery A Lucene Query implementation that always matches no documents.
MatchNoneQuery.NoneScorer A scorer for the NOT query that iterates over documents (in increasing docId order), using the given scorer implementation for the operand of the NOT.
NotQuery A Lucene Query implementation that is used to represent a NOT expression of another wrapped Query object.
NotQuery.NotScorer A scorer for the NOT query that iterates over documents (in increasing docId order), using the given scorer implementation for the operand of the NOT.
ScoreQuery A Lucene Query implementation that is used to apply a FullTextSearchScore criteria a NOT expression of another wrapped Query object.
ScoreQuery.NotScorer A scorer for the NOT query that iterates over documents (in increasing docId order), using the given scorer implementation for the operand of the NOT.
 

Package org.modeshape.search.lucene.query Description

A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.