get

open operator override 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.


open operator override 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.


open operator override 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.