IndexAndTypes

case class IndexAndTypes(index: String, types: Seq[String]) extends IndexLike

Models one index associated with one or more types.

So for example,

  • index1/type1
  • index1/type1,type2
Companion:
object
Deprecated
trait Serializable
trait Product
trait Equals
trait IndexLike
class Object
trait Matchable
class Any

Value members

Deprecated methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
IndexesLike
override def values: Seq[String]
Definition Classes
Inherited from:
IndexLike