facetValues property

List<String>? facetValues
getter/setter pair

If empty, rerank on all facet values for the current key.

Otherwise, will rerank on the facet values from this list only.

Implementation

core.List<core.String>? facetValues;