Object

com.lucidworks.spark.util

SolrRelationUtil

Related Doc: package util

Permalink

object SolrRelationUtil extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolrRelationUtil
  2. LazyLogging
  3. AnyRef
  4. 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 applyDefaultFields(baseSchema: StructType, solrQuery: SolrQuery, flattenMultivalued: Boolean): Unit

    Permalink
  5. def applyFilter(filter: Filter, solrQuery: SolrQuery, baseSchema: StructType): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attributeToFieldName(attr: String, baseSchema: StructType): String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def convertToISO(ts: String): String

    Permalink
  10. def deriveQuerySchema(fields: Array[QueryField], schema: StructType): StructType

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fq(filter: Filter, baseSchema: StructType): String

    Permalink
  15. def getAllFilterValues(filter: Filter, baseSchema: StructType, values: ListBuffer[String]): List[String]

    Permalink
  16. def getBaseSchema(fields: Set[String], zkHost: String, collection: String, escapeFields: Boolean, flattenMultivalued: Option[Boolean], skipNonDocValueFields: Boolean, dynamicExtensions: Set[String]): StructType

    Permalink
  17. def getBaseSchema(zkHost: String, collection: String, escapeFields: Boolean, flattenMultivalued: Option[Boolean], skipNonDocValueFields: Boolean, dynamicExtensions: Set[String]): StructType

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getFilterValue(attr: String, value: String, baseSchema: StructType): String

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. def isValidDynamicFieldName(fieldName: String, dynamicExtensionSuffixes: Set[String]): Boolean

    Permalink
  23. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def parseCommaSeparatedValuesToList(filters: String): List[String]

    Permalink
  28. def parseQueryFields(solrFields: Array[String]): Array[QueryField]

    Permalink
  29. def processFieldValue(fieldValue: Any, fieldType: DataType, multiValued: Boolean): Any

    Permalink
  30. def processMultipleFieldValues(fieldValues: Collection[AnyRef], fieldType: DataType): Array[AnyRef]

    Permalink
  31. def setAliases(fields: Array[String], solrQuery: SolrQuery, schema: StructType): SolrQuery

    Permalink
  32. def setAutoSoftCommit(zkHost: String, collection: String, softAutoCommitMs: Int): Unit

    Permalink
  33. def solrDocToRows[T](schema: StructType, docs: RDD[T]): RDD[Row]

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

    Permalink
    Definition Classes
    AnyRef
  35. def toRows(schema: StructType, docs: RDD[_]): RDD[Row]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped