CQL::Relation - object for CQL Relations
Contents
Description
CQL::Relation represents the common CQL relation operations ( =, >, <, any, all and exact. In addition
modifiers may be applied (stem, relevant, fuzzy, phonetic). The operators are passed into the constructor
as the base relation.
Methods
new()
Creates a new CQL::Relation object with the specified base relation.
getBase()
Returns the base relation with which the CQL::Relation object was originally created.
addModifier()
Adds a new relation modifier to the specified CQLRelation. Typical relation modifiers include relevant,
fuzzy stem and phonetic. On the whole, these modifiers have a meaningful interpretation only for the
text relations.
getModifiers()
Returns a list of modifiers associated with a CQL relation.
toCQL()toSwish()toXCQL()toLucene()
perl v5.36.0 2022-12-11 CQL::Relation(3pm)
Name
CQL::Relation - object for CQL Relations
