IndexAliases

case class IndexAliases(mappings: Map[Index, Seq[Alias]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product