Object/Class

org.zouzias.spark.lucenerdd.facets

FacetedLuceneRDD

Related Docs: class FacetedLuceneRDD | package facets

Permalink

object FacetedLuceneRDD extends Versionable with AnalyzerConfigurable with SimilarityConfigurable

Linear Supertypes
SimilarityConfigurable, AnalyzerConfigurable, Configurable, Serializable, Serializable, Versionable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FacetedLuceneRDD
  2. SimilarityConfigurable
  3. AnalyzerConfigurable
  4. Configurable
  5. Serializable
  6. Serializable
  7. Versionable
  8. AnyRef
  9. 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 LuceneSimilarityConfigValue: Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SimilarityConfigurable
  9. val QueryAnalyzerConfigName: Option[String]

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

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

    Permalink

    Instantiate a FacetedLuceneRDD with DataFrame

    Instantiate a FacetedLuceneRDD with DataFrame

    dataFrame

    Spark DataFrame

    indexAnalyzer

    Index Analyzer name

    queryAnalyzer

    Query Analyzer name

    similarity

    Lucene scoring similarity, i.e., BM25 or TF-IDF

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

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

    Permalink

    Instantiate a FacetedLuceneRDD with an iterable

    Instantiate a FacetedLuceneRDD with an iterable

    elems

    Iterable of documents

    indexAnalyzer

    Index Analyzer name

    queryAnalyzer

    Query Analyzer name

    similarity

    Lucene scoring similarity, i.e., BM25 or TF-IDF

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

    Permalink
  15. def apply[T](elems: RDD[T], indexAnalyzer: String, queryAnalyzer: String, similarity: 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

  16. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getOrElseClassic(): String

    Permalink
    Attributes
    protected
    Definition Classes
    SimilarityConfigurable
  24. 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
  25. def getSimilarity(similarityName: Option[String]): Similarity

    Permalink
    Attributes
    protected
    Definition Classes
    SimilarityConfigurable
  26. def hashCode(): Int

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. 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
  34. final def wait(): Unit

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

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

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

Inherited from SimilarityConfigurable

Inherited from AnalyzerConfigurable

Inherited from Configurable

Inherited from Serializable

Inherited from Serializable

Inherited from Versionable

Inherited from AnyRef

Inherited from Any

Ungrouped