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
open override fun processResult(searchQueryResult: SearchQueryResult<*>): PageFilterResult

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
val page: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int