Class/Object

com.ryft.spark.connector.domain

RyftQueryOptions

Related Docs: object RyftQueryOptions | package domain

Permalink

case class RyftQueryOptions(files: List[String], surrounding: Option[Int] = None, fuzziness: Option[Byte] = None, mode: Option[RyftFuzzySearchMode] = None, fields: Option[List[String]] = None, ryftNodes: Option[Int] = None, format: Option[RyftFormatMode] = None, caseSensitive: Boolean = false) extends Product with Serializable

Represents Meta information used for making request to Ryft

files

Files to search

surrounding

Width when generating results. For example, a value of 2 means that 2 characters before and after a search match will be included with data result

fuzziness

Specify the fuzzy search distance [0..255]

mode

Specify the fuzzy search mode

fields

Specify list of fields should be returned (Words For structured data only

ryftNodes

Specify number of ryft nodes to use for query

format

Specify the format of file

caseSensitive

Case sensitive flag.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RyftQueryOptions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RyftQueryOptions(files: List[String], surrounding: Option[Int] = None, fuzziness: Option[Byte] = None, mode: Option[RyftFuzzySearchMode] = None, fields: Option[List[String]] = None, ryftNodes: Option[Int] = None, format: Option[RyftFormatMode] = None, caseSensitive: Boolean = false)

    Permalink

    files

    Files to search

    surrounding

    Width when generating results. For example, a value of 2 means that 2 characters before and after a search match will be included with data result

    fuzziness

    Specify the fuzzy search distance [0..255]

    mode

    Specify the fuzzy search mode

    fields

    Specify list of fields should be returned (Words For structured data only

    ryftNodes

    Specify number of ryft nodes to use for query

    format

    Specify the format of file

    caseSensitive

    Case sensitive flag.

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val caseSensitive: Boolean

    Permalink

    Case sensitive flag.

  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. val fields: Option[List[String]]

    Permalink

    Specify list of fields should be returned (Words For structured data only

  9. val files: List[String]

    Permalink

    Files to search

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val format: Option[RyftFormatMode]

    Permalink

    Specify the format of file

  12. val fuzziness: Option[Byte]

    Permalink

    Specify the fuzzy search distance [0..255]

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

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

    Permalink
    Definition Classes
    Any
  15. val mode: Option[RyftFuzzySearchMode]

    Permalink

    Specify the fuzzy search mode

  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val ryftNodes: Option[Int]

    Permalink

    Specify number of ryft nodes to use for query

  20. val surrounding: Option[Int]

    Permalink

    Width when generating results.

    Width when generating results. For example, a value of 2 means that 2 characters before and after a search match will be included with data result

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped