conjunction
fun conjunction(firstConjunct: SearchQuery, vararg remainingConjuncts: SearchQuery): ConjunctionQuery
Content copied to clipboard
Searches for documents that match all the conjuncts (child queries joined by AND).
Searches for documents that match all the conjuncts (child queries joined by AND).