Class DisjunctionQuery


public class DisjunctionQuery extends AbstractCompoundQuery
A compound FTS query that performs a logical OR between all its sub-queries (disjunction). It requires that a minimum of the queries match. The minimum is configurable (default 1).
Since:
2.3.0
Author:
Simon Baslé, Michael Nitschinger