Skip to content

Commit

Permalink
ZO-3967: Remove tts metric, it cannot work since tts audio objects in…
Browse files Browse the repository at this point in the history
…tentionally are not indexed
  • Loading branch information
wosc committed Feb 21, 2024
1 parent e7cc3bd commit f8b48a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/zeit/retresco/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def _collect_importers():
{'term': {'doc_type': 'audio'}},
{'term': {'payload.audio.audio_type': 'podcast'}},
],
'tts': [
{'term': {'doc_type': 'audio'}},
{'term': {'payload.audio.audio_type': 'tts'}},
],
'news': [{'term': {'payload.workflow.product-id': 'News'}}],
'video': [{'term': {'doc_type': 'video'}}],
}
Expand Down

0 comments on commit f8b48a8

Please sign in to comment.