PageFilterContext

class PageFilterContext(filter: PageFilter, name: String, page: Int, perPage: Int, from: Int, size: Int) : PreparedFilter<PageFilterResult>

Filter that is ready for applying to a search query.

Constructors

PageFilterContext
Link copied to clipboard
fun PageFilterContext(filter: PageFilter, name: String, page: Int, perPage: Int, from: Int, size: Int)

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>>): PageFilterResult

Properties

facetFilterExpr
Link copied to clipboard
val facetFilterExpr: <ERROR CLASS>?
filter
Link copied to clipboard
val filter: PageFilter
from
Link copied to clipboard
val from: Int
name
Link copied to clipboard
val name: String
page
Link copied to clipboard
val page: Int
perPage
Link copied to clipboard
val perPage: Int
size
Link copied to clipboard
val size: Int