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 |
|
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: |
|
RootName |
Service |
Name of the Web Service root Example: |
|
ServiceName |
ServiceController |
(Readonly) Name of the Windows Service. It is fixed and more a hint to the Setup application Example: BcsSearchService |
|
SearchModule |
Search |
Path and filename to search module. If path not specified module will be searched in service directory Example: ElasticIndex.dll |
|
SearchModuleConfigurationFile |
Search |
Path and filename to search module configuration. If path not specified file will be searched in service directory Example: ElasticIndexConfig.xml |