Query
lightdb.query.Query
case class Query[D <: Document[D], V](indexSupport: IndexSupport[D], collection: AbstractCollection[D], convert: D => IO[V], filter: Option[Filter[D]], sort: List[Sort], scoreDocs: Boolean, offset: Int, pageSize: Int, limit: Option[Int], countTotal: Boolean)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def distance(field: IndexedField[GeoPoint, D], from: GeoPoint, sort: Boolean, radius: Option[Length]): Query[D, DistanceAndDoc[D]]
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article