Package | Description |
---|---|
org.modeshape.jcr.index.lucene.query | |
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.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Query |
LuceneQueryFactory.createQuery(And and) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(And obj) |
void |
Visitors.WalkAllVisitor.visit(And and) |
void |
Visitors.ReadableVisitor.visit(And and) |
void |
Visitor.visit(And obj) |
Modifier and Type | Method and Description |
---|---|
protected And |
BasicSqlQueryParser.and(Constraint constraint1,
Constraint constraint2) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.indexAppliesTo(And and) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.