Class CoupledQueryField

  • All Implemented Interfaces:
    java.io.Serializable

    public class CoupledQueryField
    extends java.lang.Object
    implements java.io.Serializable
    The Class represents a logically coupled Facet Query Fieled Constraint.
    I.e: ((catalogId:TestCatalog) AND (version:(Online OR Staged)) OR ((catalogId:(TestCatalogA OR TestCatalogB)) AND (version:Online))). The inner constraints are represented by QueryFields which can be joined with the innerCouplingOperator.
    You can group more than one CoupledQueryField just by setting the same coupleId and some outerCouplingOperator.
    See Also:
    Serialized Form