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
Indexing performance enhacements for large datasets.
Increase max query size to 1 billion records.
Added bRemoveOldDataFromSolr boolean to indexRecords() for the option to do faster mass batch indexing.
Be sure to update any custom contentToIndex() methods in your types to account for new arguments/filters. See online documentation for filtering examples).