Search service configuration parameters
To configure a portal search service, use the following parameters.
- The values set for parameters of a portal search service apply to that search service and all its collections. They do not affect other search services of the portal or their search collections.
- Some configuration parameters are available for both the search services and for the Search and Browse portlet. If you configure a copy of the Search and Browse portlet for search on collections under a particular search service, then set the same value for these shared parameters.
- If you modify a search service parameter that affects search collections, this modification will apply only to newly created search collections created in the search service. Existing search collections will not be affected by the updated parameter value.
Notes related to the search service configuration parameter list:
- The parameter list in both the search services panel of the Manage Search portlet and in the following table show several parameters that end with the suffix _EXAMPLE. These are not used by the portal. They serve as an example for the same parameter without the suffix _EXAMPLE. They give an example value that you might use. Deleting these parameters or modifying their value has no effect.
- To set a parameter that is listed here, but not in the portlet, just add it. To do this, type the parameter and the value in the entry fields New parameter: and New value: and click the Add button.
- In the following list the abbreviation pse in parameters or values stands for Portal Search Engine.
- The following list is arranged in alphabetical order. Parameters might be listed in a different order in the portlet.
- CLEAN_UP_TIME_OF_DAY_HOURS
- Time of day at which the portal performs the maintenance process for search collections to remove outdated files and broken links. Possible values are positive integers from 0 to 24 for the full hours of the day. The default value is 0, which runs the cleanup at midnight.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
- DebugLevel
- Determine the Portal Search debug level. The default value is zero 0. Possible values are positive integer from zero ( 0 ) to fifty ( 50 ).
- DefaultCollectionsDirectory
- We can use this parameter to specify the default directory for search collections. If you use Portal Search locally, this parameter is optional. If you specify no value for this parameter, the default collection directory is portal_server_root/collections. If you set up a remote search service, this parameter is mandatory. For details about setting this parameter refer to Configuring the default location for search collections.
- EJB
- If you set up a remote search service by using EJB, use this parameter to specify the EJB name in JNDI. An example value is ejb/com/ibm/hrl/portlets/WsPse/WebScannerLiteEJBHome.
If you configure a copy of the Search and Browse portlet for this search service, use the same value for this parameter for both the search service and the Search and Browse portlet.
If you set this parameter, you also need to set the IIOP_URL parameter.
- EJB_Example
- Example that gives an example value for the parameter EJB. The example value is ejb/com/ibm/hrl/portlets/WsPse/WebScannerLiteEJBHome.
- HTTP_MAX_BODY_SIZE_MB
- Limit how much content is fetched during a crawl from application files, such as PDF, MicroSoft Word etc. The specified unit is MB. The default value is 20 MB. If a file exceeds the specified limit, the document is truncated, and Portal Search indexes the fetched portion as is possible. However, indexing might fail on truncated documents; in this case the document will not be listed under search results at all.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
Document Conversion Services might not be able to convert the content of truncated application files. If Document Conversion Services fails to convert a truncated application file, it logs an error to the SystemErr.log file. If tracing is enabled for the portal, Portal Search logs a warning message to the portal log file.
- HTTP_MAX_SEEDLIST_SIZE_MB
- This parameter limits how much portal content is fetched during a crawl from your own portal site. It determines the amount of space that is reserved for listing portal site resources or managed Web content resources. The specified unit is MB. The default value is 4 MB. If a crawl exceeds the limit set for this parameter, the crawl fails, and Portal Search logs an error message. In this case, or if returned search results do not represent to complete extent of the portal site resources, increase this value.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
- HTTP_NON_APP_MAX_BODY_SIZE_MB
- Limit how much content of each HTML page is fetched from Web sites of collections that belong to this search service. The specified unit is MB. The default value is 0.2 MB. This means that the amount of content sent for indexing is always the first 0.2 MB of text.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
- IIOP_URL
- If you set up a remote search service by using EJB, use this parameter to specify the IIOP URL. An example value is iiop://localhost:2811.
If you configure a copy of the Search and Browse portlet for this search service, use the same value for this parameter for both the search service and the portlet.
- MAX_BUILD_BATCH_SIZE
- Specify the maximum number of updates on the index after which a build operation is performed. A build operation updates the collection content and makes it searchable. The default value is 10000 updates. The minimum batch size is 100 updates. A smaller number will be changed to that minimum.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
Other events can overrule this limit. This results in a build operation before the limit specified here is reached. For example, this occurs when you add documents to the collection manually, or when the time limit specified by the parameter MAX_BUILD_INTERVAL_TIME_SECONDS runs out. In both cases the index is rebuilt immediately.
- MAX_BUILD_INTERVAL_TIME_SECONDS
- Specify the time interval between two index builds during a crawl. This value is specified is seconds. The default value is 3000 seconds. The minimum interval is 30 seconds. A smaller number will be changed to that minimum.
If you modify the value for this parameter, the new value is applied only to newly created collections of the search service. We cannot update this parameter for existing search collections.
Other events can overrule this limit. This results in a build operation before the limit specified here is reached. For example, this occurs when you add documents to the collection manually, or when the size limit specified by the parameter MAX_BUILD_BATCH_SIZE is reached. In both cases the index is rebuilt immediately.
- IIOP_URL_Example
- Example that gives an example value for the parameter IIOP_URL. The example value is iiop://localhost:2811.
- JURU_DEBUG_LEVEL
- Determine the Juru portal search engine debug level. Possible values are positive integer. The default value is 0.
- OPEN_WCM_WINDOW
- Whether IWWCM ™ search results are opened in a Web Content Management Web content viewer portlet. We can specify a URL Mapping to a portal page as follows: portal_context_path/portal_URL_mapping_to_portal_page?WCM_GLOBAL_CONTEXT=. This URL mapping can be to a portal page that contains a Web Content Management viewer portlet. The default value is portal_server_root/myportal/wcmContent?WCM_GLOBAL_CONTEXT=.
- OpenResultMode
- Specify how results are displayed when you use the Search and Browse feature of the Manage Search portlet. Possible values are:
new Open search results in a new window. This is the default. Use this setting for searching documents on a Web site. same Open search results in the same window. Use this setting for searching a portal site. wcm This value is only supported for use with the Search and Browse portlet. Do not use this value when you configure the search service. The default setting is new.
The value for this parameter does not need to match the parameter value for the search service to which you configure this Search and Browse portlet. Each search service or portlet can have its own value.
As the Search and Browse portlet relates to only one document collection, we can install and configure separate Search and Browse portlets for each of the content sources mentioned above.
- PortalCollectionForceCreate
- If you deleted the portal site default search collection, set this parameter to on to have the portal site search collection recreated. For example, this can be, if you modified the default configuration of the portal site collection. If you change the value for this parameter to on, the portal site search collection is recreated the next time you call up the Manage Search portlet. The portal then resets the value for this parameter to off. The default value is on.
- PSE_TYPE
- Specify the type of search service. Possible values are...
- localhost
- ejb
- soap
The default value is localhost for local search service.
If you use Portal Search locally, this parameter is optional.
If you set up a remote search, this parameter is mandatory. In this case specify the type of remote service that you use, EJB or SOAP. If you specify ejb here, you also need to specify the values for the parameters EJB and IIOP_URL. If you specify soap here, you also need to specify the values for the parameter SOAP_URL.
If you configure a copy of the Search and Browse portlet for this search service, use the same value for this parameter for both the search service and the Search and Browse portlet.
- SOAP_URL
- If you set up a remote search service by using SOAP, use this parameter to specify the SOAP URL. An example value is http://localhost:10000/WebScannerSoap/servlet/rpcrouter.
If you configure a copy of the Search and Browse portlet for this search service, use the same value for this parameter for both the search service and the portlet.
- SOAP_URL_Example
- Example that gives an example value for the parameter SOAP_URL. The example value is...
http://localhost:10000/WebScannerSoap/servlet/rpcrouterThe following parameters are reserved for internal use only. Do not change their values.
- CONTENT_SOURCE_TYPE_FEATURE_NAME
- Internal use only. Do not change its value. The default value is ContentSourceType.
- CONTENT_SOURCE_TYPE_FEATURE_VAL_PORTAL
- Internal use only. Do not change its value. The default value is Portal.
- CONTENT_SOURCE_TYPE_FEATURE_VAL_UPLOAD
- Internal use only. Do not change its value. The default value is Upload.
- CONTENT_SOURCE_TYPE_FEATURE_VAL_WEB
- Internal use only. Do not change its value. The default value is Web.
- PortalCollectionCreated
- Internal use only. Do not change its value. The default value is true.
- PortalCollectionName
- Internal use only. Do not change its value. The default value is %portal.collection.name.
- PortalCollectionSourceName
- Internal use only. Do not change its value. The default value is %portal.content.provider.name.
- SeedListPageName
- Internal use only. Do not change its value. The default value is ibm.portal.Search Seedlist.
- SetProperties
- Internal use only. Do not change its value. Possible values are on or off. The default value is on.
- startup
- Internal use only. Do not change its value. The default value is false.
- VALIDATE_COOKIE
- Internal use only. Do not change its value. The default value is 123.
- WORK_MANAGER
- We can use this parameter to specify the work manager. This parameter is reserved for internal use only. Do not change its value. The default value is wps/searchIndexWM.
- WORK_MANAGER_DEPLOY
- Example of the deployed WORK_MANAGER parameter. The example value is wps/searchIndexWM.
- WORK_MANAGER_NATIVE
- Example of the parameter WORK_MANAGER for native threads for debug purposes only. The example value is force.hrl.work.manager.use.native.threads.
Parent topic:
Administer Portal Search