ONGRFilterBundle - 动态聚合限制过滤器?

时间:2018-05-22 16:09:53

标签: elasticsearch ongr

如何为每个定义为默认值的过滤器增加10个选项。

ongr_filter_manager:
managers:
    # ...
filters:
    dynamic_attributes:
        type: dynamic_aggregate
        request_field: attributes
        document_field: attributes>attributes.value
        options:
            name_field: attributes.name
            show_zero_choices: false

这是文档配置,我需要获得所有选项,而不仅仅是10。

1 个答案:

答案 0 :(得分:0)

添加尺寸选项:

... options: name_field: attributes.name show_zero_choices: false size: 20