IndexAdminApi

com.sksamuel.elastic4s.api.IndexAdminApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ElasticApi
object ElasticApi.type
trait ElasticDsl
object ElasticDsl.type

Members list

Type members

Classlikes

class TypesExistExpectsIn(types: Iterable[String])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def aliasExists(alias: String): AliasExistsRequest
def clearCache(first: String, rest: String*): ClearCacheRequest
def clearCache(indexes: Iterable[String]): ClearCacheRequest
def clearIndex(first: String, rest: String*): ClearCacheRequest
def clearIndex(indexes: Iterable[String]): ClearCacheRequest
def closeIndex(first: String, rest: String*): CloseIndexRequest
def flushIndex(indexes: Iterable[String]): FlushIndexRequest
def flushIndex(indexes: String*): FlushIndexRequest
def getSegments(indexes: Indexes): GetSegmentsRequest
def getSegments(first: String, rest: String*): GetSegmentsRequest
def indexExists(index: String): IndicesExistsRequest
def indexShardStores(first: String, rest: String*): IndexShardStoreRequest
def indexShardStores(indexes: Iterable[String]): IndexShardStoreRequest
def indexShardStores(indexes: Indexes): IndexShardStoreRequest
def indexStats(indexes: Indexes): IndexStatsRequest
def indexStats(first: String, rest: String*): IndexStatsRequest
def indicesExists(indices: Indexes): IndicesExistsRequest
def openIndex(first: String, rest: String*): OpenIndexRequest
def refreshIndex(first: String, rest: String*): RefreshIndexRequest
def refreshIndex(indexes: Iterable[String]): RefreshIndexRequest
def refreshIndex(indexes: Indexes): RefreshIndexRequest
def rolloverIndex(alias: String): RolloverIndexRequest
def shrinkIndex(source: String, target: String): ShrinkIndexRequest
def splitIndex(source: String, target: String): SplitIndexRequest
def typesExist(indexesAndTypes: IndexesAndTypes): TypesExistsRequest
def typesExist(types: String*): TypesExistExpectsIn
def typesExist(types: Iterable[String]): TypesExistExpectsIn
def updateIndexLevelSettings(first: String, rest: String*): UpdateIndexLevelSettingsRequest
def updateIndexLevelSettings(indexes: Iterable[String]): UpdateIndexLevelSettingsRequest
def updateIndexLevelSettings(indexes: Indexes): UpdateIndexLevelSettingsRequest