JoinField

com.sksamuel.elastic4s.fields.JoinField
See theJoinField companion object
case class JoinField(name: String, eagerGlobalOrdinals: Option[Boolean], relations: Map[String, Any], meta: Map[String, Any]) 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
def relation(name: String, value: Any): JoinField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product