+

Search Tips   |   Advanced Search

Specify the maximum seedlist page size for a service

  1. Check out the Connections configuration files:

      ./wsadmin.sh -jython
      execfile("connectionsConfig.py")
      LCConfigService.checkOutConfig("/tmp","cell_name")

    To determine cell:

    To find out the current value of a property:

  2. Specify maximum seedlist page size...

      LCConfigService.updateConfig("seedlistSettings.maximumPageSize",number_items)

    Where number_items is a number greater than or equal to 100.

  3. Check the configuration files back in during the same wsadmin session in which you checked them out.


Parent topic:
Manage the Search application