+

Search Tips   |   Advanced Search

SearchService.properties

 

#/********************************************************************/
#/********************************************************************/
#/* Licensed Materials - Property of IBM                             */
#/* (c) Copyright IBM Corp. 2008.        All rights reserved.        */
#/*                                                                  */
#/* US Government Users Restricted Rights - Use, duplication or      */
#/* disclosure restricted by GSA ADP Schedule Contract with IBM      */
#/* Corp.                                                            */
#/*                                                                  */
#/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is      */
#/* sample code created by IBM Corporation.  This sample code is     */
#/* not part of any standard or IBM product and is provided to you   */
#/* solely for the purpose of assisting you in the development of    */
#/* your applications.  The code is provided "AS IS", without        */
#/* warranty of any kind.  IBM shall not be liable for any damages   */
#/* arising out of your use of the sample code, even if they have    */
#/* been advised of the possibility of such damages.                 */
#/********************************************************************/

###############################################################################
#
# Web Content Management Search Configuration Properties
#
###############################################################################

###############################################################################
#
# Search Form Properties - START
#
###############################################################################

#/* Licensed Materials - Property of IBM                             */
#/* (c) Copyright IBM Corp. 2008.        All rights reserved.        */
#/*                                                                  */
#/* US Government Users Restricted Rights - Use, duplication or      */
#/* disclosure restricted by GSA ADP Schedule Contract with IBM      */
#/* Corp.                                                            */
#/*                                                                  */
#/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is      */
#/* sample code created by IBM Corporation.  This sample code is     */
#/* not part of any standard or IBM product and is provided to you   */
#/* solely for the purpose of assisting you in the development of    */
#/* your applications.  The code is provided "AS IS", without        */
#/* warranty of any kind.  IBM shall not be liable for any damages   */
#/* arising out of your use of the sample code, even if they have    */
#/* been advised of the possibility of such damages.                 */
#/********************************************************************/

###############################################################################
#
# Web Content Management Search Configuration Properties
#
###############################################################################

###############################################################################
#
# Search Form Properties - START
#
###############################################################################

# The date format to use for search results
SearchService.DateFormatString=

# Recrawl interval in hours for new WCM search sources (WCM sites)
SearchService.RecrawlInterval=4

# Broken links expiration age (in days) for new WCM search sources (WCM sites)
SearchService.BrokenLinksExpirationAge=1

# Configure element names from content items that will be included
# in the search seed data as metadata fields.  The format for this
# parameter value is:
# elementName1,fieldName1[;elementName2,fieldName2][...;elementNameN,fieldNameN]
# During search seed processing, if a Site, SiteArea or Content
# contains a text element matching one of the cmpntNameN names, then
# the text from that element will be included in the search seed
# as the corresponding fieldNameN. This allows the metadata contained
# by the text element to be included in the index.
SearchService.MetaFields=

# Set to true to prevent file resource component attachments from being 
# included in search seed.
SearchService.SearchSeed.ExcludeFileAttachments=false

###############################################################################
#
# Search Form Properties - END
#
###############################################################################

###############################################################################
#
# Search Component Properties - START
#
###############################################################################

# Default number of items per page for new WCM search components
SearchService.DefaultResultPageSize=10

###############################################################################
#
# Search Component Properties - END
#
###############################################################################

###############################################################################
#
# Advanced Properties - START
#
###############################################################################

# SIAPI class names
SearchService.Siapi.SearchImpl=com.ibm.hrl.wp.siapi.pseAdapter.search.SearchAdapterImp
SearchService.Siapi.AdminImpl=com.ibm.hrl.wp.siapi.pseAdapter.admin.AdminAdapterImp

# SIAPI configuration parameters for the default search service, created at installation
SearchService.Siapi.IIOP_URL=
SearchService.Siapi.EJB=
SearchService.Siapi.SOAP_URL=
SearchService.Siapi.PSE.Type=

# Name of default WCM search collection, created at installation
SearchService.DefaultCollectionName=WebContentCollection

# Items per page for the WCM search seed servlet
SearchService.DefaultSeedPageSize=200

###############################################################################
#
# Advanced Properties - END
#
###############################################################################