Methods in org.jboss.dna.search.lucene.query that return ComparePathQuery |
static ComparePathQuery |
ComparePathQuery.createQueryForNodesWithPathGreaterThan(Path constraintPath,
String fieldName,
ValueFactories factories,
boolean caseSensitive)
Construct a Query implementation that scores documents such that the node represented by the document has a path
that is greater than the supplied constraint path. |
static ComparePathQuery |
ComparePathQuery.createQueryForNodesWithPathGreaterThanOrEqualTo(Path constraintPath,
String fieldName,
ValueFactories factories,
boolean caseSensitive)
Construct a Query implementation that scores documents such that the node represented by the document has a path
that is greater than or equal to the supplied constraint path. |
static ComparePathQuery |
ComparePathQuery.createQueryForNodesWithPathLessThan(Path constraintPath,
String fieldName,
ValueFactories factories,
boolean caseSensitive)
Construct a Query implementation that scores documents such that the node represented by the document has a path
that is less than the supplied constraint path. |
static ComparePathQuery |
ComparePathQuery.createQueryForNodesWithPathLessThanOrEqualTo(Path constraintPath,
String fieldName,
ValueFactories factories,
boolean caseSensitive)
Construct a Query implementation that scores documents such that the node represented by the document has a path
that is less than or equal to the supplied constraint path. |