Packages

package query

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Filter[D <: Document[D]] extends AnyRef
  2. trait PageContext[D <: Document[D]] extends AnyRef
  3. case class PagedResults[D <: Document[D]](query: Query[D], context: PageContext[D], offset: Int, total: Int, ids: List[Id[D]], getter: Option[(Id[D]) => IO[D]] = None) extends Product with Serializable
  4. case class Query[D <: Document[D]](indexSupport: IndexSupport[D], filter: Option[Filter[D]] = None, sort: List[Sort] = Nil, scoreDocs: Boolean = false, pageSize: Int = 1_000, countTotal: Boolean = true) extends Product with Serializable
  5. case class SearchContext[D <: Document[D]](indexSupport: IndexSupport[D]) extends Product with Serializable
  6. sealed trait Sort extends AnyRef

Value Members

  1. object Sort

Ungrouped