Exemple #1
0
def create_all():
    """
        Create all mappings in one go. First mbid mapping, then its typesense index and finally the year lookup mapping.
    """
    create_mbid_mapping()
    action_build_index()
    create_year_mapping()
Exemple #2
0
def build_index():
    """
        Build the typesense index of the mbid mapping. The mbid mapping must be run first in order to build this index.
    """
    action_build_index()
def build_index():
    action_build_index()