PreparedFacetRangeFilter
class PreparedFacetRangeFilter<T>(filter: FacetRangeFilter<T>, name: String, facetFilterExpr: <ERROR CLASS>?, from: Any?, to: Any?) : PreparedFilter<FacetRangeFilterResult<T>>
Content copied to clipboard
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?)
Content copied to clipboard
Functions
processResult
Link copied to clipboard
open override fun processResult(searchQueryResult: <ERROR CLASS><out <ERROR CLASS>>): FacetRangeFilterResult<T>
Content copied to clipboard