Object/Class

com.lucidworks.spark

SolrRelation

Related Docs: class SolrRelation | package spark

Permalink

object SolrRelation extends LazyLogging with Serializable

Linear Supertypes
Serializable, Serializable, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolrRelation
  2. Serializable
  3. Serializable
  4. LazyLogging
  5. AnyRef
  6. 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. def addFieldsForInsert(fieldsToAddToSolr: Map[String, AddField], collectionId: String, cloudClient: CloudSolrClient): Unit

    Permalink
  5. def addNewFieldsToSolrIfNeeded(dfSchema: StructType, zkHost: String, collectionId: String, solrVersion: String): Set[String]

    Permalink
  6. def addSortField(baseSchema: StructType, querySchema: StructType, query: SolrQuery, uniqueKey: String): Unit

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def buildQuery(conf: SolrConf): SolrQuery

    Permalink
  9. def checkQueryFieldsForDV(querySchema: StructType): Boolean

    Permalink
  10. def checkSortFieldsForDV(baseSchema: StructType, sortClauses: List[SortClause]): Boolean

    Permalink
  11. def checkUnknownParams(keySet: Set[String]): Set[String]

    Permalink
  12. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findSolrCollectionNameInSql(sqlText: String): Option[String]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def parseSchemaExprSchemaToStructFields(streamingExprSchema: String): Set[StructField]

    Permalink
  25. def parseSortParamFromString(sortParam: String): List[SortClause]

    Permalink
  26. def parseUserSuppliedFieldTypes(solrFieldTypes: String): Map[String, String]

    Permalink
  27. def resolveCollection(conf: SolrConf, initialQuery: SolrQuery): Unit

    Permalink
  28. val solrCollectionInSqlPattern: Pattern

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toAddFieldMap(sf: StructField, solrVersion: String, solrType: Option[String] = None): Map[String, AnyRef]

    Permalink
  31. def toNewSolrType(dataType: DataType): String

    Permalink
  32. def toOldSolrType(dataType: DataType): String

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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 Serializable

Inherited from Serializable

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped