AttrBoolFacetFilter
class AttrBoolFacetFilter(val field: FieldOperations<Long>, name: String? = null) : Filter<AttrBoolFacetFilterResult>
Facet fiter for attribute values. An attribute value is a pair of 2 32-bit values attribute id and value id combined as a single 64-bit field.
Constructors
Types
Functions
Link copied to clipboard
open override fun prepare(name: String, paramName: String, params: QueryFilterParams): PreparedAttrBoolFacetFilter
Parses params and prepares the AttrFacetFilter for applying.
Link copied to clipboard
operator fun provideDelegate(thisRef: QueryFilters, property: KProperty<*>): ReadOnlyProperty<QueryFilters, BoundFilter<AttrBoolFacetFilterResult>>