Object/Class

org.zouzias.spark.lucenerdd.facets

FacetedLuceneRDD

Related Docs: class FacetedLuceneRDD | package facets

Permalink

object FacetedLuceneRDD extends Versionable with AnalyzerConfigurable

Linear Supertypes
AnalyzerConfigurable, Configurable, Serializable, Serializable, Versionable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FacetedLuceneRDD
  2. AnalyzerConfigurable
  3. Configurable
  4. Serializable
  5. Serializable
  6. Versionable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val Config: Config

    Permalink
    Definition Classes
    Configurable
  5. val FacetNumericFieldSuffix: String

    Permalink
  6. val FacetTextFieldSuffix: String

    Permalink

    All faceted fields are suffixed with _facet

  7. val IndexAnalyzerConfigName: Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    AnalyzerConfigurable
  8. val QueryAnalyzerConfigName: Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    AnalyzerConfigurable
  9. def apply(dataFrame: DataFrame): FacetedLuceneRDD[Row]

    Permalink
  10. def apply(dataFrame: DataFrame, indexAnalyzer: String, queryAnalyzer: String): FacetedLuceneRDD[Row]

    Permalink

    Instantiate a FacetedLuceneRDD with DataFrame

    Instantiate a FacetedLuceneRDD with DataFrame

    dataFrame

    Spark DataFrame

  11. def apply[T](elems: Iterable[T])(implicit arg0: ClassTag[T], sc: SparkContext, conv: (T) ⇒ Document): FacetedLuceneRDD[T]

    Permalink
  12. def apply[T](elems: Iterable[T], indexAnalyzer: String, queryAnalyzer: String)(implicit arg0: ClassTag[T], sc: SparkContext, conv: (T) ⇒ Document): FacetedLuceneRDD[T]

    Permalink

    Instantiate a FacetedLuceneRDD with an iterable

  13. def apply[T](elems: RDD[T])(implicit arg0: ClassTag[T], conv: (T) ⇒ Document): FacetedLuceneRDD[T]

    Permalink
  14. def apply[T](elems: RDD[T], indexAnalyzer: String, queryAnalyzer: String)(implicit arg0: ClassTag[T], conv: (T) ⇒ Document): FacetedLuceneRDD[T]

    Permalink

    Instantiate a FacetedLuceneRDD given an RDD[T]

    Instantiate a FacetedLuceneRDD given an RDD[T]

    T

    Generic type

    elems

    RDD of type T

  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getAnalyzer(analyzerName: Option[String]): Analyzer

    Permalink
    Attributes
    protected
    Definition Classes
    AnalyzerConfigurable
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrElseEn(analyzerName: Option[String]): String

    Permalink

    Get the configured analyzers or fallback to English

    Get the configured analyzers or fallback to English

    Attributes
    protected
    Definition Classes
    AnalyzerConfigurable
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def version(): Map[String, Any]

    Permalink

    Return project information, i.e., version number, build time etc

    Return project information, i.e., version number, build time etc

    Definition Classes
    Versionable
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnalyzerConfigurable

Inherited from Configurable

Inherited from Serializable

Inherited from Serializable

Inherited from Versionable

Inherited from AnyRef

Inherited from Any

Ungrouped