Class FullTextExpression
- java.lang.Object
-
- org.ametys.plugins.repository.query.expression.FullTextExpression
-
- All Implemented Interfaces:
Expression
public class FullTextExpression extends Object implements Expression
Constructs anExpression
corresponding to a full text search
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description FullTextExpression(String value)
Creates a full text Expression.FullTextExpression(String metadata, String value)
Creates a full text Expression.
-
-
-
Constructor Detail
-
FullTextExpression
public FullTextExpression(String value)
Creates a full text Expression.- Parameters:
value
- the String value
-
FullTextExpression
public FullTextExpression(String metadata, String value)
Creates a full text Expression.- Parameters:
metadata
- the metadata namevalue
- the String value
-
-
Method Detail
-
build
public String build()
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-