Service configuration stored into file BCSSearchService.par Change predefined values accorded to planned configuration

Name

Section

Description

LogFolder

Logging

Folder where the logfiles are written. Use full path.

Example:

C:\Logs\

LogLevel

Logging

0 = Always

1 = + Error

2 = + Warning

3 = + Info

4 = + Debug

Example:

1

LogDelete

Logging

0 = No Delete

Delete LogFiles which are  older than X days (Minimum = 3 days).

Example:

7

BaseAddress

Service

http base address of the service. Mainly defines the port.

Example

http://localhost:9081/

HTTPSAddress

Service

https base address of the Service, can be used together or without http.

Disabled if empty. You need to configure the Certificate

Example:

https://localhost:9071/

RootName

Service

Name of the Web Service root

Example:

http://10.1.1.2:9081/bcssearch/

ServiceName

ServiceController

(Readonly) Name of the Windows Service. It is fixed and more a hint to the Setup application

Example:

BcsSearchService

SearchModuleSearch

Path and filename to search module. If path not specified module will be searched in service directory

Example:

ElasticIndex.dll

SearchModuleConfigurationFileSearch

Path and filename to search module configuration. If path not specified file will be searched in service directory

Example:

ElasticIndexConfig.xml