IndexAndType

com.sksamuel.elastic4s.IndexAndType
See theIndexAndType companion object
case class IndexAndType(index: String, `type`: String) extends IndexLike

Models exactly one index associated with exactly one type.

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexLike
trait IndexesLike
class Object
trait Matchable
class Any
Show all

Members list

Value members

Deprecated methods

Attributes

Deprecated
true

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
IndexesLike
override def values: Seq[String]

Attributes

Definition Classes
Inherited from:
IndexLike