Bool
data class Bool(val filter: List<QueryExpression> = emptyList(), val should: List<QueryExpression> = emptyList(), val must: List<QueryExpression> = emptyList(), val mustNot: List<QueryExpression> = emptyList(), val minimumShouldMatch: MinimumShouldMatch? = null, val boost: Float? = null) : QueryExpression
Constructors
Link copied to clipboard
fun Bool(filter: List<QueryExpression> = emptyList(), should: List<QueryExpression> = emptyList(), must: List<QueryExpression> = emptyList(), mustNot: List<QueryExpression> = emptyList(), minimumShouldMatch: MinimumShouldMatch? = null, boost: Float? = null)
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard