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 Constraint
FTSQueryParser. buildFTS(java.lang.String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, java.util.Map<java.lang.String,Column> columnMap, FTSParser.Mode mode, QueryOptions.Connective defaultFieldConnective, java.util.Map<java.lang.String,java.lang.String> templates, java.lang.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.Connective
QueryOptions. getDefaultFTSConnective()
Get the default connective used when OR and AND are not specified for the FTS contains() function.QueryOptions.Connective
QueryOptions. getDefaultFTSFieldConnective()
As getDefaultFTSConnective() but for field groupsstatic QueryOptions.Connective
QueryOptions.Connective. valueOf(java.lang.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 void
QueryOptions. setDefaultFTSConnective(QueryOptions.Connective defaultFTSConnective)
Set the default connective used when OR and AND are not specified for the FTS contains() function.void
QueryOptions. setDefaultFTSFieldConnective(QueryOptions.Connective defaultFTSFieldConnective)
As setDefaultFTSConnective() but for field groups
-