|
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. |
| NotQuery |
A Lucene Query implementation that is used to represent a NOT expression of another wrapped Query object. |
| ScoreQuery |
A Lucene Query implementation that is used to apply a FullTextSearchScore criteria a NOT expression of another
wrapped Query object. |