Uses of Interface
org.alfresco.repo.search.impl.querymodel.QueryModelFactory
Packages that use QueryModelFactory
Package
Description
-
Uses of QueryModelFactory in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search with parameters of type QueryModelFactoryModifier and TypeMethodDescriptionCMISQueryParser.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) CMISQueryParser.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 QueryModelFactoryModifier and TypeMethodDescriptionprotected 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) -
Uses of QueryModelFactory in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return QueryModelFactory -
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