Like [#7257] did for projects, index users into solr. See that ticket for all the details, they apply here too. s/ProjectRegistrationProvider/AuthenticationProvider/ since this is for users.
Fields to index by default should include pretty much everything on the user record, including preferences (via get_pref) and last_access. Don't need to include the Deprecated fields, password, tool_preferences (not used, can make Deprecated), tool_data, stats_id.
Also include AuthProvider.user_registration_date
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fields to index by default should include pretty much everything on the user record, including preferences (via
get_pref
) and last_access. Don't need to include theDeprecated
fields, password,tool_preferences
(not used, can makeDeprecated
),tool_data
,stats_id
.Also include AuthProvider.user_registration_date
Closed #622.
je/42cc_7589
Also added a command to reindex all existing users.