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) |
Query |
CMISQueryParser.parse(QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext) |
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 |
---|---|
QueryModelFactory |
QueryEngine.getQueryModelFactory() |
Modifier and Type | Class and Description |
---|---|
class |
LuceneQueryModelFactory<Q,S,E extends Throwable> |
Copyright © 2005–2017 Alfresco Software. All rights reserved.