Interface | Description |
---|---|
CaseOperations.CaseOperation |
A function that can be used to operate upon the case of a string stored in the indexes before being evaluated against
criteria from a query.
|
CompareQuery.Evaluator<ValueType> |
Class | Description |
---|---|
CaseOperations |
A set of functions that can be used to operate upon the case of a string stored in the indexes before being evaluated against
criteria from a query.
|
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 indexed nodes. |
CompareStringQuery |
A Lucene
Query implementation that is used to apply a Comparison constraint against a string field. |
ConstantScoreWeightQuery |
Base class for ModeShape-specific Lucene queries, which always use a constant weight and score of 1.0f for the documents.
|
FieldExistsQuery |
Lucene query which returns the documents that have any value for a given field.
|
LuceneQueryFactory |
The factory that creates a Lucene
Query object from a Query Object Model Constraint object. |
LuceneQueryFactory.SingleColumnQueryFactory | |
LuceneQueryFactory.TextQueryFactory | |
RelikeQuery |
A Lucene
Query implementation that matches some value by document property as like pattern. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.