PreparedPageFilter
class PreparedPageFilter(val filter: PageFilter, name: String, paramName: String, val page: Int, val perPage: Int, val from: Int, val size: Int) : PreparedFilter<PageFilterResult>
Filter that is ready for applying to a search query.
Constructors
Link copied to clipboard
fun PreparedPageFilter(filter: PageFilter, name: String, paramName: String, page: Int, perPage: Int, from: Int, size: Int)
Functions
Link copied to clipboard
open override fun apply(searchQuery: SearchQuery<*>, otherFacetFilterExpressions: List<QueryExpression>)
Link copied to clipboard