Modifier and Type | Method and Description |
---|---|
PropertyArgument |
CMISQueryParser.buildColumnReference(String argumentName,
org.antlr.runtime.tree.CommonTree columnReferenceNode,
QueryModelFactory factory,
Map<String,Selector> selectors,
Map<String,Column> columnMap) |
static Constraint |
CMISFTSQueryParser.buildFTS(String ftsExpression,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap,
String defaultField) |
Modifier and Type | Method and Description |
---|---|
protected org.antlr.runtime.tree.CommonTree |
FTSQueryParser.TestNodeBuilder.build(org.antlr.runtime.tree.CommonTree fieldReferenceNode,
org.antlr.runtime.tree.CommonTree argNode,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap,
Map<String,org.antlr.runtime.tree.CommonTree> templateTrees,
String defaultField) |
static PropertyArgument |
FTSQueryParser.buildFieldReference(String argumentName,
org.antlr.runtime.tree.CommonTree fieldReferenceNode,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap) |
static Constraint |
FTSQueryParser.buildFTS(String ftsExpression,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap,
FTSParser.Mode mode,
QueryOptions.Connective defaultFieldConnective,
Map<String,String> templates,
String defaultField,
FTSQueryParser.RerankPhase rerankPhase) |
Modifier and Type | Method and Description |
---|---|
Column |
QueryModelFactory.createColumn(Function function,
Map<String,Argument> functionArguments,
String alias) |
Column |
Ordering.getColumn() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Query.getColumns()
Get the columns to return from the query
This may not be null and must contain at least one entry.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
QueryModelFactory.createOrdering(Column column,
Order order) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Class and Description |
---|---|
class |
BaseColumn |
Modifier and Type | Method and Description |
---|---|
Column |
BaseOrdering.getColumn() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
BaseQuery.getColumns() |
Constructor and Description |
---|
BaseOrdering(Column column,
Order order) |
Constructor and Description |
---|
BaseQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneColumn |
Modifier and Type | Method and Description |
---|---|
Column |
LuceneQueryModelFactory.createColumn(Function function,
Map<String,Argument> functionArguments,
String alias) |
Modifier and Type | Method and Description |
---|---|
Ordering |
LuceneQueryModelFactory.createOrdering(Column column,
Order order) |
Modifier and Type | Method and Description |
---|---|
Query |
LuceneQueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Constructor and Description |
---|
LuceneOrdering(Column column,
Order order) |
Constructor and Description |
---|
LuceneQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Copyright © 2005–2020 Alfresco Software. All rights reserved.