Uses of Enum Class
org.alfresco.repo.search.impl.parsers.FTSParser.Mode
Packages that use FTSParser.Mode
-
Uses of FTSParser.Mode in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return FTSParser.ModeModifier and TypeMethodDescriptionFTSParser.getMode()static FTSParser.ModeReturns the enum constant of this class with the specified name.static FTSParser.Mode[]FTSParser.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl.parsers with parameters of type FTSParser.ModeModifier 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) voidFTSParser.setMode(FTSParser.Mode mode)