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
reindex Reindex solr for given stores (see "stores" param)
@@ -140,11 +146,11 @@ public function usageHelp()
140
146
--noemptyindex Force not emptying the solr index for the given store(s). If not set, configured value is used.
141
147
--types <types> Restrict indexing to certain entity types, i.e. "product", "category" or "page" (comma separated). Or "all". If not set, reindex products.
142
148
--slice <number>/<total_number>, i.e. "1/5" or "2/5". Use this if you want to index only a part of the products, i.e. for letting indexing run in parallel (for products only).
143
-
--use-swap-core Use swap core for indexing instead of live core (only if configured correctly). This is useful when using slices (see above), it's not needed otherwise.
149
+
--use_swap_core Use swap core for indexing instead of live solr core (only if configured correctly) (for products only). This is useful if using slices (see above), it's not needed otherwise.
144
150
145
-
clear Clear solr product index for given stores (see "stores" param)
151
+
clear Clear solr product index for given stores (see "stores" param and "use_swap_core" param)
146
152
147
-
swap-cores Swap cores. This is useful when using slices (see above) after indexing with the "--use-swap-core" param, it's not needed otherwise. See "stores" param.
153
+
swap-cores Swap cores. This is useful if using slices (see above) after indexing with the "--use_swap_core" param; it's not needed otherwise. See "stores" param.
0 commit comments