DeleteApi

com.sksamuel.elastic4s.api.DeleteApi
trait DeleteApi

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 DeleteByIdExpectsFrom(id: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
class DeleteByQueryExpectsQuery(indexesAndTypes: Indexes)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def deleteById(index: Index, id: String): DeleteByIdRequest
def deleteByQuery(index: Index, query: Query): DeleteByQueryRequest
def deleteIn(indexesAndTypes: Indexes): DeleteByQueryExpectsQuery

Deprecated methods

def delete(id: String): DeleteByIdExpectsFrom

Attributes

Deprecated
true