MappingApi

com.sksamuel.elastic4s.api.MappingApi
trait MappingApi

Attributes

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

Members list

Value members

Concrete methods

def getMapping(str: String): GetMappingRequest
def getMapping(indexes: Indexes): GetMappingRequest
def getMapping(indexes: Indexes, fields: String*): GetFieldMappingRequest
def putMapping(indexes: Indexes): PutMappingRequest

Concrete fields

val NotAnalyzed: String