Search Metadata
class SearchMetadata(header: SearchChunkHeader, trailer: SearchChunkTrailer) : SearchFlowItem, FacetResultAccessor
Content copied to clipboard
Metadata about query execution. Always the last item in the flow.
Constructors
Link copied to clipboard
fun SearchMetadata(header: SearchChunkHeader, trailer: SearchChunkTrailer)
Content copied to clipboard
Functions
Link copied to clipboard
Returns the DateFacetResult with the same name as facet, or null if none of the search results matched the facet.
Returns the NumericFacetResult with the same name as facet, or null if none of the search results matched the facet.
Returns the TermFacetResult with the same name as facet, or null if none of the search results matched the facet.