TermAggUI

PropertyDescriptionDefaultTypeRequired
max_displayMaximum number of terms to display in the UI5Union[int, None]No
mime_iconWhether to use MIME icons in the UIFalseboolNo
enable_negativeWhether to enable negative terms in the UITrueboolNo


TermAgg

PropertyDescriptionDefaultTypeRequired
typeType of aggregationDynamicAggType.TERMDynamicAggTypeYes
max_valuesMaximum number of term values to retrieveNoneUnion[int, None]No
min_doc_countMinimum document count threshold for terms to be included0intYes (>=0)
operationBoolean operation for combining terms (OR or AND)ORBoolOperationNo
orderCustom order for the aggregation resultsNoneUnion[OrderEntry, None]No
exclude_termsList of terms to be excluded from aggregationNoneList[str]No
include_termsList of terms to be explicitly included in the aggregationNoneList[str]No
ui_onlySection dedicated to UI transformation options only. Not required for regular aggregation processNoneUnion[TermAggUI, None]No
  • No labels