Made the indexFactory getter setter public because of CI error in collate (#14335)

This commit is contained in:
07Himank 2023-12-11 17:45:09 +05:30 committed by GitHub
parent d5ece87766
commit 97d969059e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);