ContextField

com.sksamuel.elastic4s.fields.ContextField
case class ContextField(name: String, `type`: String, path: Option[String], precision: Option[Int])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def path(path: String): ContextField
def precision(precision: Int): ContextField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product