FacetField
lightdb.field.Field.FacetField
class FacetField[Doc <: Document[Doc]](name: String, get: FieldGetter[Doc, List[FacetValue]], val hierarchical: Boolean, val multiValued: Boolean, val requireDimCount: Boolean) extends Field[Doc, List[FacetValue]], Indexed[Doc, List[FacetValue]]
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
def <=>(tuple: (List[FacetValue], List[FacetValue]))(implicit num: Numeric[List[FacetValue]]): Filter[Doc]
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
def BETWEEN(tuple: (List[FacetValue], List[FacetValue]))(implicit num: Numeric[List[FacetValue]]): Filter[Doc]
Attributes
- Inherited from:
- FilterSupport
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
def range(from: Option[List[FacetValue]], to: Option[List[FacetValue]], includeFrom: Boolean, includeTo: Boolean)(implicit num: Numeric[List[FacetValue]]): Filter[Doc]
Attributes
- Inherited from:
- FilterSupport
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Inherited from:
- FilterSupport
Inherited fields
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Implicits
Inherited implicits
Attributes
- Inherited from:
- Field
In this article