Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.2 KB

File metadata and controls

15 lines (10 loc) · 1.2 KB

Elastic Search

Elastic Search indexes used by UserOrg :

  • userv3 - This index is used to store user data.
  • userfeed - This index is used to store userfeed data.
  • usernotes - This index is used to store usernotes data.
  • orgv3 - This index is used to store org data.
  • location - This index is used to store location data.

Note: userv3 index is mapped to user_alias and orgv3 index mapped to org_alias.

Elastic Search Indices and Mappings Setup

{% embed url="https://github.com/Sunbird-Lern/userorg-service#elastic-search-indices-and-mappings-setup" %}