Class FTSFuzzyTerm
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
org.alfresco.repo.search.impl.querymodel.impl.functions.FTSFuzzyTerm
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneFTSFuzzyTerm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic 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:
-
ARG_MIN_SIMILARITY
- See Also:
-
args
-
-
Constructor Details
-
FTSFuzzyTerm
public FTSFuzzyTerm()
-
-
Method Details
-
getValue
Description copied from interface:FunctionEvaluation a functioncontext- FunctionEvaluationContext- Returns:
- Serializable
-