Class FTSPhrase
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
org.alfresco.repo.search.impl.querymodel.impl.functions.FTSPhrase
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneFTSPhrase
- Author:
- andyh
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static 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_PHRASE
- See Also:
-
ARG_PROPERTY
- See Also:
-
ARG_SLOP
- See Also:
-
ARG_TOKENISATION_MODE
- See Also:
-
args
-
-
Constructor Details
-
FTSPhrase
public FTSPhrase()
-
-
Method Details
-
getValue
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-