Uses of Interface
org.alfresco.repo.search.impl.querymodel.QueryModelFactory
-
-
Uses of QueryModelFactory in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type QueryModelFactory Modifier and Type Method Description PropertyArgumentCMISQueryParser. buildColumnReference(String argumentName, org.antlr.runtime.tree.CommonTree columnReferenceNode, QueryModelFactory factory, Map<String,Selector> selectors, Map<String,Column> columnMap)static ConstraintCMISFTSQueryParser. buildFTS(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String,Column> columnMap, String defaultField)QueryCMISQueryParser. parse(QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext) -
Uses of QueryModelFactory in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type QueryModelFactory Modifier and Type Method Description protected org.antlr.runtime.tree.CommonTreeFTSQueryParser.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 PropertyArgumentFTSQueryParser. buildFieldReference(String argumentName, org.antlr.runtime.tree.CommonTree fieldReferenceNode, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String,Column> columnMap)static ConstraintFTSQueryParser. 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) -
Uses of QueryModelFactory in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return QueryModelFactory Modifier and Type Method Description QueryModelFactoryQueryEngine. getQueryModelFactory() -
Uses of QueryModelFactory in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement QueryModelFactory Modifier and Type Class Description classLuceneQueryModelFactory<Q,S,E extends Throwable>
-