Package

com.sksamuel.elastic4s.http

search

Permalink

package search

Visibility
  1. Public
  2. All

Type Members

  1. case class MultiSearchResponse(responses: Seq[SearchResponse]) extends Product with Serializable

    Permalink
  2. case class SearchHit(_id: String, _index: String, _type: String, _score: Double, _source: Map[String, AnyRef], _version: Long) extends Hit with Product with Serializable

    Permalink
  3. case class SearchHits(total: Int, max_score: Double, hits: Array[SearchHit]) extends Product with Serializable

    Permalink
  4. trait SearchImplicits extends AnyRef

    Permalink
  5. case class SearchResponse(took: Int, timed_out: Boolean, terminated_early: Boolean, _shards: Shards, hits: SearchHits) extends Product with Serializable

    Permalink

Value Members

  1. object MultiSearchContentBuilder

    Permalink
  2. object SearchContentBuilder

    Permalink
  3. package queries

    Permalink

Ungrouped