MatchQuery

zio.elasticsearch.query.MatchQuery
sealed trait MatchQuery[S] extends ElasticQuery[S]

Attributes

Graph
Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def paramsToJson(fieldPath: Option[String]): Json

Attributes

Inherited from:
ElasticQuery
final def toJson: Obj

Attributes

Inherited from:
ElasticQuery