2015-07-20 156 views

回答

2

条目每页显示的默认号码 - 增量 - 在portal-ext.properties进行配置:

## 
## Search Container 
## 

    # 
    # Set the default number of entries to display per page. 
    # 
    search.container.page.default.delta=20 

值得其它性能提:

# 
    # Set the available values for the number of entries to display per page. An 
    # empty value, or commenting out the value, will disable delta resizing. 
    # 
    # Always include the value specified in the property 
    # "search.container.page.default.delta", since it is the default page size 
    # when no delta is specified. The absolute maximum allowed delta is 200. 
    # 
    search.container.page.delta.values=5,10,20,30,50,75 

    # 
    # Set the maximum number of pages available above and below the currently 
    # displayed page. 
    # 
    search.container.page.iterator.max.pages=25 

    # 
    # Set this to false to remove the pagination controls above or below 
    # results. 
    # 
    search.container.show.pagination.top=true 
    search.container.show.pagination.bottom=true