com.lucidworks.spark

SolrRelation

class SolrRelation extends BaseRelation with Serializable with TableScan with PrunedFilteredScan with InsertableRelation with Logging

Linear Supertypes
Logging, InsertableRelation, PrunedFilteredScan, TableScan, Serializable, Serializable, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SolrRelation
  2. Logging
  3. InsertableRelation
  4. PrunedFilteredScan
  5. TableScan
  6. Serializable
  7. Serializable
  8. BaseRelation
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SolrRelation(parameters: Map[String, String], sqlContext: SQLContext)

  2. new SolrRelation(parameters: Map[String, String], sqlContext: SQLContext, dataFrame: Option[DataFrame])(implicit conf: SolrConf = new SolrConf(parameters))

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val arbitraryParams: ModifiableSolrParams

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. var baseSchema: Option[StructType]

  9. def buildScan(fields: Array[String], filters: Array[Filter]): RDD[Row]

    Definition Classes
    SolrRelation → PrunedFilteredScan
  10. def buildScan(): RDD[Row]

    Definition Classes
    SolrRelation → TableScan
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. var collection: String

  13. implicit val conf: SolrConf

  14. val dataFrame: Option[DataFrame]

  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def extractSearchFields(subExpr: StreamExpression): Option[StreamFields]

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findStreamingExpressionFields(expr: StreamExpressionParameter, streamOutputFields: ListBuffer[StreamFields], depth: Int): Unit

  20. def getBaseSchemaFromConfig(collection: String, solrFields: Array[String]): StructType

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getSQLDialect(dialectClassName: String): ParserDialect

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. val initialQuery: SolrQuery

  25. def insert(df: DataFrame, overwrite: Boolean): Unit

    Definition Classes
    SolrRelation → InsertableRelation
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  28. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  29. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def needConversion: Boolean

    Definition Classes
    BaseRelation
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. val parameters: Map[String, String]

  45. var queryFilters: Array[String]

  46. val querySchema: StructType

  47. def requiresExportHandler(rq: String): Boolean

  48. def schema: StructType

    Definition Classes
    SolrRelation → BaseRelation
  49. def sizeInBytes: Long

    Definition Classes
    BaseRelation
  50. val solrFields: Array[String]

  51. val sqlContext: SQLContext

    Definition Classes
    SolrRelation → BaseRelation
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def toAddFieldMap(sf: StructField): Map[String, AnyRef]

  54. def toSolrType(dataType: DataType): String

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def unhandledFilters(filters: Array[Filter]): Array[Filter]

    Definition Classes
    BaseRelation
  57. val uniqueKey: String

  58. val unknownParams: Set[String]

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from InsertableRelation

Inherited from PrunedFilteredScan

Inherited from TableScan

Inherited from Serializable

Inherited from Serializable

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped