Class FullTextExpression
java.lang.Object
org.ametys.plugins.repository.query.expression.FullTextExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression
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
ConstructorDescriptionFullTextExpression
(String value) Creates a full text Expression.FullTextExpression
(String metadata, String value) Creates a full text Expression. -
Method Summary
-
Constructor Details
-
FullTextExpression
Creates a full text Expression.- Parameters:
value
- the String value
-
FullTextExpression
Creates a full text Expression.- Parameters:
metadata
- the metadata namevalue
- the String value
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-