IndexesAndTypes

com.sksamuel.elastic4s.IndexesAndTypes
See theIndexesAndTypes companion object
case class IndexesAndTypes(indexes: Seq[String], types: Seq[String]) extends IndexesLike

Models one or more indexes associated with zero or more types.

So for example,

  • index1
  • index1/index2
  • index1/type1
  • index1/type1,type2
  • index1,index2/type1
  • index1,index2/type1,type2

Attributes

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

Members list

Value members

Concrete methods

override def values: Seq[String]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
IndexesLike