Package | Description |
---|---|
org.nuxeo.ecm.core.search.api.client.querymodel | |
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor |
query model descriptor hold information necessary to fire the proper
query from either a document model (stateful) or a string with
substitution places (question marks) and applicative feeding of them.
|
org.nuxeo.ecm.platform.query.api | |
org.nuxeo.ecm.platform.query.core | |
org.nuxeo.ecm.platform.query.nxql | |
org.nuxeo.ecm.platform.smart.query.jsf |
Provides the implementation of
SmartQuery needed for the default
smart search, using the NXQL syntax, and the seam component handling the
current instance of a smart query. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneMinimalEscaper
A very minimal escaper: does double quotes (putting just one is incorrect), +, -
and !
|
Modifier and Type | Method and Description |
---|---|
String |
PredicateDescriptor.getQueryElement(DocumentModel model,
Escaper escaper) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Escaper> |
WhereClauseDefinition.getEscaperClass() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Escaper> |
WhereClauseDescriptor.getEscaperClass() |
Modifier and Type | Method and Description |
---|---|
static String |
NXQLQueryBuilder.getQueryElement(DocumentModel model,
PredicateDefinition predicateDescriptor,
Escaper escaper) |
Modifier and Type | Field and Description |
---|---|
static Escaper |
IncrementalSmartNXQLQuery.escaper |
Copyright © 2011 Nuxeo SA. All Rights Reserved.