MultiMatch
data class MultiMatch(val query: String, val fields: List<BoostedField>, val type: MultiMatch.Type? = null, val boost: Float? = null, val params: Params? = null) : QueryExpression
Represents a multi match query that allows to search in several fields at once.
See also
Constructors
Link copied to clipboard
fun MultiMatch(query: String, fields: List<BoostedField>, type: MultiMatch.Type? = null, boost: Float? = null, params: Params? = null)
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard