Package

com.sksamuel.elastic4s.http

search

Permalink

package search

Visibility
  1. Public
  2. All

Type Members

  1. case class CompletionSuggestionResult(entries: Seq[SuggestionEntry]) extends Product with Serializable

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

    Permalink
  3. case class PhraseSuggestionResult(entries: Seq[SuggestionEntry]) extends Product with Serializable

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

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

    Permalink
  6. trait SearchImplicits extends AnyRef

    Permalink
  7. case class SearchResponse(took: Int, timed_out: Boolean, terminated_early: Boolean, suggest: Map[String, Seq[SuggestionResult]], _shards: Shards, _scroll_id: String, hits: SearchHits) extends Product with Serializable

    Permalink
  8. trait SearchScrollImplicits extends AnyRef

    Permalink
  9. case class SuggestionEntry(term: String) extends Product with Serializable

    Permalink
  10. case class SuggestionOption(text: String, score: Double, freq: Int) extends Product with Serializable

    Permalink
  11. case class SuggestionResult(text: String, offset: Int, length: Int, options: Seq[SuggestionOption]) extends Product with Serializable

    Permalink
  12. case class TermSuggestionResult(text: String, offset: Int, length: Int, options: Seq[SuggestionOption]) extends Product with Serializable

    Permalink

Ungrouped