package searches
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- searches
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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.
- case class ClearScrollResponse(succeeded: Boolean, num_freed: Int) extends Product with Serializable
- case class GetSearchTemplateRequest(name: String) extends Product with Serializable
- trait SearchHandlers extends AnyRef
- trait SearchScrollHandlers extends AnyRef
- case class TemplateSearchRequest(indexesAndTypes: IndexesAndTypes, name: String, params: Map[String, Any]) extends Product with Serializable
-
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
-
case class
RemoveSearchTemplateRequest(name: String) extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 6.0.0) Use the stored scripts api
Value Members
- def defaultCustomAggregationHandler: PartialFunction[AbstractAggregation, XContentBuilder]
- object ClearScrollContentFn
- object MultiSearchBuilderFn
- object SearchBodyBuilderFn
- object SearchHandlers extends SearchHandlers
- object SearchIterator
- object SearchScrollBuilderFn
- object SearchScrollHandlers extends SearchScrollHandlers
- object SearchTypeHttpParameters