Class FTSPrefixTerm
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
org.alfresco.repo.search.impl.querymodel.impl.functions.FTSPrefixTerm
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneFTSPrefixTerm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static LinkedHashMap<String,
ArgumentDefinition> static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue
(Map<String, Argument> args, FunctionEvaluationContext context) Evaluation a functionMethods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
-
Field Details
-
NAME
- See Also:
-
ARG_TERM
- See Also:
-
ARG_PROPERTY
- See Also:
-
args
-
ARG_TOKENISATION_MODE
- See Also:
-
-
Constructor Details
-
FTSPrefixTerm
public FTSPrefixTerm()
-
-
Method Details
-
getValue
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-