Package | Description |
---|---|
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.
|
org.modeshape.jcr.query.parse |
This package defines the
QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.modeshape.jcr.query.plan |
This package defines the
Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.lucene.search.Query |
LuceneQueryFactory.findNodesWith(SelectorName selectorName,
ReferenceValue referenceValue,
Operator operator,
Object value)
Create a query that finds documents with fields that are references that fit the supplied operator/value criteria.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Query |
BasicLuceneQueryFactory.findNodesWith(SelectorName selectorName,
ReferenceValue referenceValue,
Operator operator,
Object value) |
Modifier and Type | Method and Description |
---|---|
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName) |
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(ReferenceValue obj) |
void |
Visitors.WalkAllVisitor.visit(ReferenceValue referenceValue) |
void |
Visitors.ReadableVisitor.visit(ReferenceValue value) |
void |
Visitor.visit(ReferenceValue obj) |
Modifier and Type | Method and Description |
---|---|
protected ReferenceValue |
BasicSqlQueryParser.parseReferenceValue(TokenStream tokens,
TypeSystem typeSystem,
Source source) |
protected ReferenceValue |
BasicSqlQueryParser.referenceValue(SelectorName selector) |
protected ReferenceValue |
BasicSqlQueryParser.referenceValue(SelectorName selector,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
PlanUtil.RequiredColumnVisitor.visit(ReferenceValue value) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(ReferenceValue obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.