lightdb.facet

package lightdb.facet

Members list

Type members

Classlikes

case class FacetConfig(hierarchical: Boolean, multiValued: Boolean, requireDimCount: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FacetQuery[Doc <: Document[Doc]](field: FacetField[Doc], path: List[String], childrenLimit: Option[Int], dimsLimit: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FacetResult(values: List[FacetResultValue], childCount: Int, totalCount: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FacetResultValue(value: String, count: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FacetValue(path: List[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FacetValue

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FacetValue.type