Uses of Enum Class
org.alfresco.repo.search.impl.querymodel.QueryOptions.Connective
Packages that use QueryOptions.Connective
-
Uses of QueryOptions.Connective in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers with parameters of type QueryOptions.ConnectiveModifier and TypeMethodDescriptionstatic 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.ConnectiveModifier and TypeMethodDescriptionQueryOptions.getDefaultFTSConnective()Get the default connective used when OR and AND are not specified for the FTS contains() function.QueryOptions.getDefaultFTSFieldConnective()As getDefaultFTSConnective() but for field groupsstatic QueryOptions.ConnectiveReturns the enum constant of this class with the specified name.static QueryOptions.Connective[]QueryOptions.Connective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type QueryOptions.ConnectiveModifier and TypeMethodDescriptionvoidQueryOptions.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