XML Configuration Reference : Search : LegacySearchTarget
 
LegacySearchTarget
com.exalead.mercury.mami.search.v20.LegacySearchTarget
Deprecated)
CloudView 5 compatible legacy search target. This target should generally not be used in new deployments.
Attributes:
Name
Type
Default value
Description
targetName
string
The name of this search target. This is the name to use in the search-api to reference a particular search target. Value must be a string matching '[A-Za-z0-9_]+'.
watchDogConnectTimeoutMS
int
1000
Global 'connect' timeout for connection to index slices maintained by this search target. This is an advanced parameter that should generally not be modified.
watchDogReadTimeoutMS
int
5000
Global 'read' timeout for connection to index slices maintainted by this search target. This is an advanced parameter that should generally not be modified.
nbVirtualPartitionPerSlice
int
1
Split every slices of the target in nbVirtualPartitionPerSlice virtual partitions. Emulate multislice behavior on a single slice, each partition acting on a subpart of the physical slice.
Nested elements:
Name
Type
Description
ContentGroupConfig
com.exalead.mercury.mami.search.v20.ContentGroupConfig*