|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodePath | |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.query.lucene | The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. |
org.modeshape.jcr.query.lucene.basic |
The "basic" Lucene schema has a single index in which all node
and property information are indexed into separate fields. |
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
Uses of NodePath in org.modeshape.jcr.api.query.qom |
---|
Methods in org.modeshape.jcr.api.query.qom that return NodePath | |
---|---|
NodePath |
QueryObjectModelFactory.nodePath(String selectorName)
Evaluates to a PATH value equal to the prefix-qualified path of a node in the specified selector. |
Uses of NodePath in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene with parameters of type NodePath | |
---|---|
protected abstract org.apache.lucene.search.Query |
LuceneQueryFactory.findNodesWith(SelectorName selectorName,
NodePath nodePath,
Operator operator,
Object value,
CaseOperations.CaseOperation caseOperation)
|
Uses of NodePath in org.modeshape.jcr.query.lucene.basic |
---|
Methods in org.modeshape.jcr.query.lucene.basic with parameters of type NodePath | |
---|---|
protected org.apache.lucene.search.Query |
BasicLuceneQueryFactory.findNodesWith(SelectorName selectorName,
NodePath nodePath,
Operator operator,
Object value,
CaseOperations.CaseOperation caseOperation)
|
Uses of NodePath in org.modeshape.jcr.query.model |
---|
Classes in org.modeshape.jcr.query.model that implement NodePath | |
---|---|
class |
NodePath
A dynamic operand that evaluates to the path of a node given by a selector, used in a Comparison constraint. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |