BinaryField

com.sksamuel.elastic4s.fields.BinaryField
See theBinaryField companion object
case class BinaryField(name: String, docValues: Option[Boolean], store: Option[Boolean]) extends ElasticField

Attributes

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

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product