Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
match_operator
Defines how the individual match terms should be logically concatenated.
Definition match_operator.hxx:28
@ logical_or
Individual match terms are concatenated with a logical OR - this is the default if not provided.
@ logical_and
Individual match terms are concatenated with a logical AND.