Package

com.sksamuel.elastic4s

searches

Permalink

package searches

Visibility
  1. Public
  2. All

Type Members

  1. case class ClearScrollDefinition(ids: Seq[String]) extends Product with Serializable

    Permalink
  2. case class ClearScrollResult(response: ClearScrollResponse) extends Product with Serializable

    Permalink
  3. case class MultiSearchDefinition(searches: Iterable[SearchDefinition]) extends Product with Serializable

    Permalink
  4. trait PercolateDsl extends AnyRef

    Permalink
  5. trait QueryDefinition extends AnyRef

    Permalink
  6. trait QueryDsl extends AnyRef

    Permalink
  7. case class RescoreDefinition(query: QueryDefinition) extends Product with Serializable

    Permalink
  8. case class RichMultiSearchResponse(original: MultiSearchResponse) extends Product with Serializable

    Permalink
  9. case class RichMultiSearchResponseItem(item: Item) extends Product with Serializable

    Permalink
  10. case class RichSearchHit(java: SearchHit) extends Hit with Product with Serializable

    Permalink
  11. case class RichSearchHitField(java: SearchHitField) extends HitField with Product with Serializable

    Permalink
  12. case class RichSearchResponse(original: SearchResponse) extends Product with Serializable

    Permalink
  13. case class RichSearchTemplateResponse(original: SearchTemplateResponse) extends Product with Serializable

    Permalink
  14. trait ScrollDsl extends AnyRef

    Permalink
  15. case class SearchDefinition(indexesTypes: IndexesAndTypes) extends Product with Serializable

    Permalink
  16. trait SearchDsl extends QueryDsl with HighlightDsl with ScriptFieldDsl

    Permalink
  17. case class SearchScrollDefinition(id: String, keepAlive: Option[String] = None) extends Product with Serializable

    Permalink

Value Members

  1. package aggs

    Permalink
  2. package highlighting

    Permalink
  3. package queries

    Permalink
  4. package sort

    Permalink
  5. package suggestions

    Permalink

Ungrouped