Indexes

com.sksamuel.elastic4s.Indexes
See theIndexes companion object
case class Indexes(values: Seq[String]) extends IndexesLike

Models one or more indexes, eg

  • "index1"
  • "index1,index2"
  • "_all"

Attributes

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

Members list

Value members

Concrete methods

def array: Array[String]
def isAll: Boolean
def isEmpty: Boolean
def isNonEmpty: Boolean
def size: Int
def string(urlEncode: Boolean): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
IndexesLike