Uses of Enum
org.alfresco.repo.search.impl.parsers.FTSQueryParser.RerankPhase
Packages that use FTSQueryParser.RerankPhase
-
Uses of FTSQueryParser.RerankPhase in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return FTSQueryParser.RerankPhaseModifier and TypeMethodDescriptionstatic FTSQueryParser.RerankPhaseReturns the enum constant of this type with the specified name.static FTSQueryParser.RerankPhase[]FTSQueryParser.RerankPhase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.parsers with parameters of type FTSQueryParser.RerankPhaseModifier 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)