You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@logger.info("INDEX MGMT"){"(#{count}/#{total}) Eager index #{index.name} created for type '#{index.type_name}' and allowed_groups #{allowed_groups}. Current status: #{index.status}."}
169
-
ifindex.status == :invalid
170
-
@logger.info("INDEX MGMT"){"Eager index #{index.name} not up-to-date. Start reindexing documents."}
171
-
index_documentsindex
172
-
index.status=:valid
169
+
170
+
ifis_dynamic
171
+
@logger.info("INDEX MGMT"){"(#{count}/#{total}) Eager index for type '#{type_name}' and allowed_groups #{allowed_groups} contains a dynamic segment. Index will be built with filled in pattern at search time."}
@logger.info("INDEX MGMT"){"(#{count}/#{total}) Eager index #{index.name} created for type '#{index.type_name}' and allowed_groups #{allowed_groups}. Current status: #{index.status}."}
175
+
ifindex.status == :invalid
176
+
@logger.info("INDEX MGMT"){"Eager index #{index.name} not up-to-date. Start reindexing documents."}
0 commit comments