package searches

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. searches
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Awaitable[F[_]] extends AnyRef

    A SearchIterator is used to create standard library iterator's from a search request.

    A SearchIterator is used to create standard library iterator's from a search request. The iterator will use a search scroll internally for lazy loading of the data.

    Each time the iterator needs to request more data, the iterator will block until the request returns. If you require a completely lazy style iterator, consider using reactive streams.

  2. case class ClearScrollResponse(succeeded: Boolean, num_freed: Int) extends Product with Serializable
  3. case class GetSearchTemplateRequest(name: String) extends Product with Serializable
  4. trait SearchHandlers extends AnyRef
  5. trait SearchScrollHandlers extends AnyRef
  6. case class TemplateSearchRequest(indexesAndTypes: IndexesAndTypes, name: String, params: Map[String, Any]) extends Product with Serializable
  7. case class PutSearchTemplateRequest(name: String, query: Option[Query], body: Option[String]) extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the stored scripts api

  8. case class RemoveSearchTemplateRequest(name: String) extends Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the stored scripts api

Value Members

  1. def defaultCustomAggregationHandler: PartialFunction[AbstractAggregation, XContentBuilder]
  2. object ClearScrollContentFn
  3. object MultiSearchBuilderFn
  4. object SearchBodyBuilderFn
  5. object SearchHandlers extends SearchHandlers
  6. object SearchIterator
  7. object SearchScrollBuilderFn
  8. object SearchScrollHandlers extends SearchScrollHandlers
  9. object SearchTypeHttpParameters

Inherited from AnyRef

Inherited from Any

Ungrouped