Class AbstractAttributesGroupConfiguration

java.lang.Object
io.jmix.search.index.mapping.AbstractAttributesGroupConfiguration
All Implemented Interfaces:
AttributesGroupConfiguration
Direct Known Subclasses:
DynamicAttributesGroupConfiguration, StaticAttributesGroupConfiguration

public abstract class AbstractAttributesGroupConfiguration extends Object implements AttributesGroupConfiguration
Abstract base class for defining a configuration group of attributes.

Provides common functionality and properties for configuring attribute mappings and value extraction. Enables specifying the field mapping strategy and related configurations used to index properties.

Subclasses should provide specific implementations or extensions as required for dynamic or static attribute configurations.

Implements AttributesGroupConfiguration.