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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Query
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Query(indexSupport: IndexSupport[D], filter: Option[Filter[D]] = None, sort: List[Sort] = Nil, scoreDocs: Boolean = false, pageSize: Int = 1_000, countTotal: Boolean = true)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearSort: Query[D]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def count: IO[Int]
- def countTotal(b: Boolean): Query[D]
- val countTotal: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(filter: Filter[D]): Query[D]
- val filter: Option[Filter[D]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def idStream(implicit context: SearchContext[D]): Stream[IO, Id[D]]
- val indexSupport: IndexSupport[D]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def pageSize(size: Int): Query[D]
- val pageSize: Int
- def pageStream(implicit context: SearchContext[D]): Stream[IO, PagedResults[D]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scoreDocs(b: Boolean): Query[D]
- val scoreDocs: Boolean
- def search()(implicit context: SearchContext[D]): IO[PagedResults[D]]
- def sort(sort: Sort*): Query[D]
- val sort: List[Sort]
- def stream(implicit context: SearchContext[D]): Stream[IO, D]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIdList: IO[List[Id[D]]]
- def toList: IO[List[D]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)