Package

com.sksamuel.elastic4s.http

termvectors

Permalink

package termvectors

Visibility
  1. Public
  2. All

Type Members

  1. case class FieldStatistics(sumDocFreq: Long, docCount: Long, sumTtf: Long) extends Product with Serializable

    Permalink
  2. case class MultiTermVectorsResponse(docs: Seq[TermVectorsResponse]) extends Product with Serializable

    Permalink
  3. trait TermVectorHandlers extends AnyRef

    Permalink
  4. case class TermVectors(fieldStatistics: FieldStatistics, terms: Map[String, Terms]) extends Product with Serializable

    Permalink
  5. case class TermVectorsResponse(index: String, type: String, id: String, version: Long, found: Boolean, took: Int, termVectors: Map[String, TermVectors]) extends Product with Serializable

    Permalink
  6. case class Terms(docFreq: Int, ttf: Int, score: Double, termFreq: Int, tokens: Seq[Token]) extends Product with Serializable

    Permalink
  7. case class Token(position: Int, startOffset: Int, endOffset: Int) extends Product with Serializable

    Permalink

Ungrouped