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.LogicalOperator, Expression.Operator - 
Constructor Summary
ConstructorsConstructorDescriptionFullTextExpression(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:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 -