Skip to content

Commit

Permalink
Merge branch '0.10.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Aug 16, 2021
2 parents e63cdb1 + 823f140 commit 700055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/hub/dataindex/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def __init__(self, build_doc, indexer_env, index_name):
# -----------dest-----------

self.es_client_args = indexer_env.get("args", {})
self.es_index_name = index_name or self.mongo_collection_name
self.es_index_name = index_name or build_doc.get("target_name")
self.es_index_settings = IndexSettings(deepcopy(DEFAULT_INDEX_SETTINGS))
self.es_index_mappings = IndexMappings(deepcopy(DEFAULT_INDEX_MAPPINGS))

Expand Down

0 comments on commit 700055a

Please sign in to comment.