Package

org.zouzias.spark.lucenerdd

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FieldType extends Serializable

    Permalink
  2. case class SparkFacetResult(facetName: String, facets: Map[String, Long]) extends Product with Serializable

    Permalink
  3. case class SparkScoreDoc(score: Float, docId: Int, shardIndex: Int, doc: Document) extends Product with Serializable

    Permalink

    A Lucene Document extended with score, docId and shard index

    A Lucene Document extended with score, docId and shard index

    score

    Score of document

    docId

    Document id

    shardIndex

    Shard index

    doc

    Serialized Lucene document

  4. case class TermVectorEntry(docIdPerShard: (String, Int), term: String, count: Long) extends Product with Serializable

    Permalink

    A term vector entry (document id per shard, term as string, count)

    A term vector entry (document id per shard, term as string, count)

    docIdPerShard

    Tuple2 containing (document id, partition id)

    term

    Term text value

    count

    Number of terms in the document

Value Members

  1. object DoubleType extends FieldType

    Permalink
  2. object FloatType extends FieldType

    Permalink
  3. object IntType extends FieldType

    Permalink
  4. object LongType extends FieldType

    Permalink
  5. object SparkFacetResult extends Serializable

    Permalink
  6. object SparkScoreDoc extends Serializable

    Permalink
  7. object TextType extends FieldType

    Permalink
  8. package indexstats

    Permalink

Ungrouped