Skip to main content

SearchQueryCombinable

This class provides the foundation for combining search query instances using logical operators. It enables the use of bitwise OR and AND operators to merge queries into complex search expressions. By implementing these interfaces, the class ensures consistent logical combination patterns across search-related components.

Attributes

AttributeTypeDescription
BITANDstring = &&The logical AND operator used to combine search queries into a single intersection.
BITORstring =