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
public class FTSPhrase extends BaseFunction
- Author:
- andyh
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARG_PHRASE
static String
ARG_PROPERTY
static String
ARG_SLOP
static String
ARG_TOKENISATION_MODE
static LinkedHashMap<String,ArgumentDefinition>
args
static String
NAME
-
Constructor Summary
Constructors Constructor Description FTSPhrase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
getValue(Map<String,Argument> args, FunctionEvaluationContext context)
Evaluation a function-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
ARG_PHRASE
public static final String ARG_PHRASE
- See Also:
- Constant Field Values
-
ARG_PROPERTY
public static final String ARG_PROPERTY
- See Also:
- Constant Field Values
-
ARG_SLOP
public static final String ARG_SLOP
- See Also:
- Constant Field Values
-
ARG_TOKENISATION_MODE
public static final String ARG_TOKENISATION_MODE
- See Also:
- Constant Field Values
-
args
public static LinkedHashMap<String,ArgumentDefinition> args
-
-
Method Detail
-
getValue
public Serializable getValue(Map<String,Argument> args, FunctionEvaluationContext context)
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-
-