XML Configuration Reference : Search : SimpleSearchTarget
 
SimpleSearchTarget
com.exalead.mercury.mami.search.v20.SimpleSearchTarget
The search server evenly distributes search requests among all available index replicas. It also checks the health of all index replicas periodically, to know whether to ignore those that are not available.
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
TargetSlices
com.exalead.mercury.mami.search.v20.TargetSlices*
Slice instances to query in this target