Class/Object

com.sksamuel.elastic4s

ElasticClient

Related Docs: object ElasticClient | package elastic4s

Permalink

class ElasticClient extends IterableSearch

Linear Supertypes
IterableSearch, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ElasticClient
  2. IterableSearch
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ElasticClient(client: Client, node: Option[Node] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def admin: AdminClient

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val client: Client

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def execute[T, R, Q](t: T)(implicit executable: Executable[T, R, Q]): Future[Q]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def iterate(queries: Iterable[SearchDefinition])(implicit timeout: Duration): Iterator[RichSearchHit]

    Permalink

    queries

    the search queries over which to iterate

    returns

    _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    Definition Classes
    IterableSearch
  17. def iterate(query: SearchDefinition)(implicit timeout: Duration): Iterator[RichSearchHit]

    Permalink

    returns an _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    returns an _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    query

    the search queries over which to iterate

    returns

    _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    Definition Classes
    IterableSearch
  18. def iterateSearch(query: SearchDefinition)(implicit timeout: Duration): Iterator[RichSearchResponse]

    Permalink

    This is the only abstract method for this trait.

    This is the only abstract method for this trait.

    query

    the search queries over which to iterate

    returns

    _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    Definition Classes
    ElasticClientIterableSearch
  19. def iterateSearch(firstQuery: SearchDefinition, secondQuery: SearchDefinition, theRest: SearchDefinition*)(implicit timeout: Duration): Iterator[RichSearchResponse]

    Permalink

    Support for a var-args type invocation

    Support for a var-args type invocation

    firstQuery

    the search queries over which to iterate

    secondQuery

    the search queries over which to iterate

    theRest

    the search queries over which to iterate

    returns

    _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    Definition Classes
    IterableSearch
  20. def iterateSearch(queries: Iterable[SearchDefinition])(implicit timeout: Duration): Iterator[RichSearchResponse]

    Permalink

    queries

    the search queries over which to iterate

    returns

    _ITERATOR an iterator which makes requests on-demand as it is advanced_ITERATOR

    Definition Classes
    IterableSearch
  21. def java: Client

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IterableSearch

Inherited from AnyRef

Inherited from Any

Ungrouped