Package | Description |
---|---|
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.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Method and Description |
---|---|
FullTextSearchScore |
QueryObjectModelFactory.fullTextSearchScore(String selectorName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(FullTextSearchScore obj) |
void |
Visitors.WalkAllVisitor.visit(FullTextSearchScore score) |
void |
Visitors.ReadableVisitor.visit(FullTextSearchScore score) |
void |
Visitor.visit(FullTextSearchScore obj) |
Modifier and Type | Method and Description |
---|---|
protected FullTextSearchScore |
BasicSqlQueryParser.fullTextSearchScore(SelectorName selector) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(FullTextSearchScore obj) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.