mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Made the indexFactory getter setter public because of CI error in collate (#14335)
This commit is contained in:
parent
d5ece87766
commit
97d969059e
@ -70,7 +70,7 @@ public class SearchRepository {
|
||||
|
||||
private final String language;
|
||||
|
||||
@Getter @Setter private SearchIndexFactory searchIndexFactory;
|
||||
@Getter @Setter public SearchIndexFactory searchIndexFactory;
|
||||
|
||||
private final List<String> inheritableFields =
|
||||
List.of(Entity.FIELD_OWNER, Entity.FIELD_DOMAIN, Entity.FIELD_DISABLED);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user