Name | Type | Default value | Description |
---|---|---|---|
dictionaryName | string | The dictionary containing keywords. | |
enabled | boolean | Enables related terms synthesis. | |
number | int | 10 | Maximum number of related terms computed for a query. |
minCorpusFrequencyFilter | int | 2 | Minimum number of occurrences in the whole index for a term to be possibly selected for synthesis. |
corpusLowPassFilter | double | 0.5 | Filters out terms occurring more than this threshold in the whole index. |
optimizedForExhaustiveRankedSynthesis | boolean | If true, each slice will sort the DIDs before computing the synthesis to improve attributes fetching locality. | |
sortFunction | enum(count, alphanum) | count | Sort function Value can be one of • count • alphanum |
localLowPassFilter | double | 0.9 | Filters out terms occurring more than this threshold in the result set. |
blacklist | string | References the related terms blacklist resource. | |
indexField | string | keywordv2 | The index field where related-terms have been indexed. |
maxSliceCategories | int | 200 | Maximum number of categories returned by each slice for one facet. 0 means no limit. Warning: Results merged by the search server may be incorrect. |
maxRelatedTermsHitsPerSlice | int | Maximum number of hits per slice used to compute related terms synthesis. Set to 0 for exhaustive. Note that the number of hits processed per slice to compute related terms synthesis will never exceed FacetsConfig's maxHits. |