Package

org.zouzias.spark.lucenerdd

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. class SparkDoc extends Serializable

    Permalink

    Wrapper around Lucene document

    Wrapper around Lucene document

    If Document were serializable, this class would not exist.

  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: SparkDoc) extends Product with Serializable

    Permalink

    A scored SparkDoc

    A scored SparkDoc

    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 SparkDoc extends Serializable

    Permalink
  2. object SparkFacetResult extends Serializable

    Permalink
  3. object SparkScoreDoc extends Serializable

    Permalink
  4. package indexstats

    Permalink

Ungrouped