Package

com.sksamuel.elastic4s.requests

explain

Permalink

package explain

Visibility
  1. Public
  2. All

Type Members

  1. trait ExplainApi extends AnyRef

    Permalink
  2. trait ExplainHandlers extends AnyRef

    Permalink
  3. case class ExplainRequest(index: Index, id: String, query: Option[Query] = None, fetchSource: Option[Boolean] = None, parent: Option[String] = None, lenient: Option[Boolean] = None, preference: Option[String] = None, routing: Option[String] = None) extends Serializable with Product

    Permalink
  4. case class ExplainResponse(index: String, type: String, id: String, matched: Boolean, explanation: Explanation) extends Product with Serializable

    Permalink
  5. case class Explanation(value: Double, description: String, details: Seq[Explanation]) extends Product with Serializable

    Permalink

Value Members

  1. object ExplainBodyFn

    Permalink

Ungrouped