ElasticQuery

zio.elasticsearch.query.ElasticQuery
sealed trait ElasticQuery[-S]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BoolQuery[S]
trait ExistsQuery[S]
trait MatchQuery[S]
trait NestedQuery[S]
trait RangeQuery[S, A, LB, UB]
trait TermQuery[S]
trait WildcardQuery[S]
Self type

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

final def toJson: Obj