Skip to content

Latest commit

 

History

History
executable file
·
15 lines (7 loc) · 652 Bytes

File metadata and controls

executable file
·
15 lines (7 loc) · 652 Bytes

FacetBucketStatus

Facet bucket availability marker returned when facet_filter_mode is auto or max. selected means the bucket value is already present in a same-facet value filter. available means selecting the bucket can produce results. unavailable means the bucket exists in the broad max count scope but selecting it would produce no results.

Enum

  • SELECTED (value: 'selected')

  • AVAILABLE (value: 'available')

  • UNAVAILABLE (value: 'unavailable')

[Back to Model list] [Back to API list] [Back to README]