c

de.is24.jest4s

ElasticClient

class ElasticClient extends SLF4JLogging with SchemaMethods with ScrollMethods

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElasticClient
  2. ScrollMethods
  3. SchemaMethods
  4. JestMethods
  5. SLF4JLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ElasticClient(jestClient: JestClient)(implicit ec: ExecutionContext, mat: Materializer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bulkInsertOrUpdate[T](documents: Seq[(ElasticSearchId, T)], elasticType: ElasticType, indexName: IndexName)(implicit arg0: Writes[T]): Future[JestResult]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createIndex(indexName: IndexName, indexSettings: Option[IndexSettings] = None): Future[JestResult]
    Definition Classes
    SchemaMethods
  8. def createMapping(indexName: IndexName, typeName: ElasticType, mappingBody: JsValue): Future[JestResult]
    Definition Classes
    SchemaMethods
  9. implicit val ec: ExecutionContext
    Definition Classes
    ElasticClientJestMethods
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def execute[T <: JestResult](request: Action[T]): Future[T]
    Attributes
    protected
    Definition Classes
    ElasticClientJestMethods
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getDocument[T](id: ElasticSearchId, elasticType: ElasticType, indexName: IndexName)(implicit arg0: Reads[T]): Future[Option[T]]
  16. def getMapping(indexName: IndexName): Future[JestResult]
    Definition Classes
    SchemaMethods
  17. def getSettings(indexName: IndexName): Future[JestResult]
    Definition Classes
    SchemaMethods
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val log: Logger
    Definition Classes
    SLF4JLogging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. def refreshIndex(indexNames: IndexName*): Future[JestResult]
    Definition Classes
    SchemaMethods
  25. def search[T](indexName: IndexName, query: JsValue)(implicit arg0: Reads[T]): Future[Seq[T]]
  26. def searchWithScroll[T](indexName: IndexName, query: JsValue, searchContextLifetime: Duration)(implicit arg0: Reads[T]): Source[T, NotUsed]
    Definition Classes
    ScrollMethods
  27. def shutdown(): Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def upsertDocument[T](id: ElasticSearchId, document: T, elasticType: ElasticType, indexName: IndexName)(implicit arg0: Writes[T]): Future[JestResult]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScrollMethods

Inherited from SchemaMethods

Inherited from JestMethods

Inherited from SLF4JLogging

Inherited from AnyRef

Inherited from Any

Ungrouped