+

Search Tips   |   Advanced Search

Validate seedlists using wsadmin.sh


Overview

To help resolve issues when indexing, use...

...which retrieves the seedlist for the specified application, then iterates through the full seedlist, parsing the XML of all the entries in the seedlist. Any validation errors are returned in a string.


Validate the seedlist for a specified application

  1. Initialize the Search environment, and start the Search script interpreter:

  2. Validate the seedlist for a specified application:

      SearchService.validateSeedlist(String component)

    This command takes a string value, which is the name of the application whose seedlist is to be validated. Valid values:

      activities, blogs, communities, dogear, files, forums, profiles, and wikis

    For example:

      SearchService.validateSeedlist("communities")


Results

When the seedlist for the specified application is working correctly, the following message is returned in the terminal window:

If the following message is returned, review the log file from the relevant application to determine the problem:

For example, if we are verifying the seedlist for Profiles, review the log file from the Profiles application.


Parent topic:
Validate Search seedlists


Related:
Validate seedlists using the browser