PreparedFacetRangeFilter

class PreparedFacetRangeFilter<T>(filter: FacetRangeFilter<T>, name: String, facetFilterExpr: <ERROR CLASS>?, from: Any?, to: Any?) : PreparedFilter<FacetRangeFilterResult<T>>

Filter that is ready for applying to a search query.

Constructors

PreparedFacetRangeFilter
Link copied to clipboard
fun <T> PreparedFacetRangeFilter(filter: FacetRangeFilter<T>, name: String, facetFilterExpr: <ERROR CLASS>?, from: Any?, to: Any?)

Functions

apply
Link copied to clipboard
open override fun apply(searchQuery: <ERROR CLASS><out <ERROR CLASS>>, otherFacetFilterExpressions: List<<ERROR CLASS>>)
processResult
Link copied to clipboard
open override fun processResult(searchQueryResult: <ERROR CLASS><out <ERROR CLASS>>): FacetRangeFilterResult<T>

Properties

facetFilterExpr
Link copied to clipboard
val facetFilterExpr: <ERROR CLASS>?
filter
Link copied to clipboard
val filter: FacetRangeFilter<T>
from
Link copied to clipboard
val from: Any?
name
Link copied to clipboard
val name: String
to
Link copied to clipboard
val to: Any?