Uses of Class
org.alfresco.repo.search.impl.querymodel.QueryOptions.Connective
-
Packages that use QueryOptions.Connective Package Description org.alfresco.repo.search.impl.parsers org.alfresco.repo.search.impl.querymodel -
-
Uses of QueryOptions.Connective in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type QueryOptions.Connective Modifier and Type Method Description 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 QueryOptions.Connective in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return QueryOptions.Connective Modifier and Type Method Description QueryOptions.ConnectiveQueryOptions. getDefaultFTSConnective()Get the default connective used when OR and AND are not specified for the FTS contains() function.QueryOptions.ConnectiveQueryOptions. getDefaultFTSFieldConnective()As getDefaultFTSConnective() but for field groupsstatic QueryOptions.ConnectiveQueryOptions.Connective. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryOptions.Connective[]QueryOptions.Connective. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type QueryOptions.Connective Modifier and Type Method Description voidQueryOptions. setDefaultFTSConnective(QueryOptions.Connective defaultFTSConnective)Set the default connective used when OR and AND are not specified for the FTS contains() function.voidQueryOptions. setDefaultFTSFieldConnective(QueryOptions.Connective defaultFTSFieldConnective)As setDefaultFTSConnective() but for field groups
-