Package

org.zouzias.spark

lucenerdd

Permalink

package lucenerdd

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lucenerdd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class LuceneRDD[T] extends RDD[T] with LuceneRDDConfigurable

    Permalink

    Spark RDD with Lucene's query capabilities (term, prefix, fuzzy, phrase query)

  2. class LuceneRDDKryoRegistrator extends KryoRegistrator

    Permalink

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object LuceneRDD extends Versionable with Serializable

    Permalink
  3. object LuceneRDDKryoRegistrator

    Permalink

    Decorator for LuceneRDD Kryo serialization

  4. package aggregate

    Permalink
  5. package analyzers

    Permalink
  6. package config

    Permalink
  7. implicit def doubleToDocument(v: Double): Document

    Permalink
  8. package facets

    Permalink
  9. implicit def floatToDocument(v: Float): Document

    Permalink
  10. implicit def intToDocument(v: Int): Document

    Permalink
  11. implicit def iterablePrimitiveToDocument[T](iter: Iterable[T])(implicit arg0: ClassTag[T]): Document

    Permalink
  12. package logging

    Permalink
  13. implicit def longToDocument(v: Long): Document

    Permalink
  14. implicit def mapToDocument[T](map: Map[String, T])(implicit arg0: ClassTag[T]): Document

    Permalink
  15. package models

    Permalink
  16. package partition

    Permalink
  17. implicit def productTypeToDocument[T <: Product](s: T)(implicit arg0: ClassTag[T]): Document

    Permalink

    Implicit conversion for all product types, such as case classes and Tuples

  18. package query

    Permalink
  19. package response

    Permalink
  20. implicit def sparkRowToDocument(row: Row): Document

    Permalink

    Implicit conversion for Spark Row: used for DataFrame

  21. package spatial

    Permalink
  22. package store

    Permalink
  23. implicit def stringToDocument(s: String): Document

    Permalink
  24. package testing

    Permalink
  25. def typeToDocument[T](doc: Document, fieldName: String, s: T)(implicit arg0: ClassTag[T]): Document

    Permalink
  26. package versioning

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped