Class IndexSettingsComparator<TState,TSettings,TJsonp>

java.lang.Object
io.jmix.search.index.impl.IndexSettingsComparator<TState,TSettings,TJsonp>
Type Parameters:
TState - the received from the server index state type
TSettings - specific for the search client settings type
TJsonp - specific for the search client Jsonp type
Direct Known Subclasses:
ElastisearchIndexSettingsComparator, OpenSearchIndexSettingsComparator

public abstract class IndexSettingsComparator<TState,TSettings,TJsonp> extends Object
Class encapsulates logic of both the settings from the application's index configuration and the settings from the index state from the search server comparing.