• Configuration of a build group. A "Build Group" is defined by references to sub-configurations defined in other MAMI:
◦ Analysis (how documents are processed).
◦ Index Builder (how indexing jobs are scheduled and managed).
◦ Index Schema (schema of the index slices being built).
◦ Task Queue (how input document processing tasks are queued before jobs).
◦ Similar Document (optional)
Several build groups may share some or all their sub-configuration. In most configuration, all build groups would share the same index schema configuration. When built with the same schema, index slices built by different build groups can be queried together (see the Search MAMI).
• Attributes:
Name
Type
Default value
Description
buildGroup
string
Name of the build group. This name should be unique.
dataModel
string
Name of the data model.
indexingConfig
string
Name of an indexing configuration (IndexingConfig element in Indexing MAMI).