com.github.seratch.scalikesolr.request.query.group

GroupParams

case class GroupParams(enabled: Boolean = false, field: GroupField = GroupField(), query: GroupQuery = GroupQuery(), rows: MaximumRowsReturned = MaximumRowsReturned(), start: StartRow = StartRow(), limit: GroupLimit = GroupLimit(), offset: GroupOffset = GroupOffset(), sort: Sort = Sort(), groupSort: GroupSort = GroupSort(), format: GroupFormat = GroupFormat(), main: AsMainResultWhenUsingSimpleFormat = AsMainResultWhenUsingSimpleFormat(), ngroups: WithNumberOfGroups = WithNumberOfGroups(), cachePercent: GroupingCachePercent = GroupingCachePercent()) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupParams
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupParams(enabled: Boolean, field: GroupField)

  2. new GroupParams(enabled: Boolean = false, field: GroupField = GroupField(), query: GroupQuery = GroupQuery(), rows: MaximumRowsReturned = MaximumRowsReturned(), start: StartRow = StartRow(), limit: GroupLimit = GroupLimit(), offset: GroupOffset = GroupOffset(), sort: Sort = Sort(), groupSort: GroupSort = GroupSort(), format: GroupFormat = GroupFormat(), main: AsMainResultWhenUsingSimpleFormat = AsMainResultWhenUsingSimpleFormat(), ngroups: WithNumberOfGroups = WithNumberOfGroups(), cachePercent: GroupingCachePercent = GroupingCachePercent())

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. var cachePercent: GroupingCachePercent

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var enabled: Boolean

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

    Definition Classes
    AnyRef
  9. var field: GroupField

  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. var format: GroupFormat

  12. def getCachePercent(): GroupingCachePercent

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

    Definition Classes
    AnyRef → Any
  14. def getEnabled(): Boolean

  15. def getField(): GroupField

  16. def getFormat(): GroupFormat

  17. def getGroupSort(): GroupSort

  18. def getLimit(): GroupLimit

  19. def getMain(): AsMainResultWhenUsingSimpleFormat

  20. def getNgroups(): WithNumberOfGroups

  21. def getOffset(): GroupOffset

  22. def getQuery(): GroupQuery

  23. def getRows(): MaximumRowsReturned

  24. def getSort(): Sort

  25. def getStart(): StartRow

  26. var groupSort: GroupSort

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. var limit: GroupLimit

  29. var main: AsMainResultWhenUsingSimpleFormat

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

    Definition Classes
    AnyRef
  31. var ngroups: WithNumberOfGroups

  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. var offset: GroupOffset

  35. var query: GroupQuery

  36. var rows: MaximumRowsReturned

  37. def setCachePercent(arg0: GroupingCachePercent): Unit

  38. def setEnabled(arg0: Boolean): Unit

  39. def setField(arg0: GroupField): Unit

  40. def setFormat(arg0: GroupFormat): Unit

  41. def setGroupSort(arg0: GroupSort): Unit

  42. def setLimit(arg0: GroupLimit): Unit

  43. def setMain(arg0: AsMainResultWhenUsingSimpleFormat): Unit

  44. def setNgroups(arg0: WithNumberOfGroups): Unit

  45. def setOffset(arg0: GroupOffset): Unit

  46. def setQuery(arg0: GroupQuery): Unit

  47. def setRows(arg0: MaximumRowsReturned): Unit

  48. def setSort(arg0: Sort): Unit

  49. def setStart(arg0: StartRow): Unit

  50. var sort: Sort

  51. var start: StartRow

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

    Definition Classes
    AnyRef
  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped