FacetResultAccessor

interface FacetResultAccessor

Functions

Link copied to clipboard
abstract operator fun get(facet: DateFacet): DateFacetResult?

Returns the DateFacetResult with the same name as facet, or null if none of the search results matched the facet.

abstract operator fun get(facet: NumericFacet): NumericFacetResult?

Returns the NumericFacetResult with the same name as facet, or null if none of the search results matched the facet.

abstract operator fun get(facet: TermFacet): TermFacetResult?

Returns the TermFacetResult with the same name as facet, or null if none of the search results matched the facet.

Properties

Link copied to clipboard
abstract val facets: List<FacetResult<*>>

Inheritors

Link copied to clipboard
Link copied to clipboard