IndexAliases

com.sksamuel.elastic4s.handlers.alias.IndexAliases
case class IndexAliases(mappings: Map[Index, Seq[Alias]])

Attributes

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

Members list

Value members

Concrete methods

def aliasesForIndex(index: String): Seq[Alias]
def aliasesForIndex(index: Index): Seq[Alias]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product