Bool

fun Bool(    filter: List<QueryExpression> = emptyList(),     should: List<QueryExpression> = emptyList(),     must: List<QueryExpression> = emptyList(),     mustNot: List<QueryExpression> = emptyList(),     minimumShouldMatch: MinimumShouldMatch? = null,     boost: Float? = null)