diff options
Diffstat (limited to 'elastic_transform.py')
-rwxr-xr-x | elastic_transform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elastic_transform.py b/elastic_transform.py index 56e3a0e..38c9ecf 100755 --- a/elastic_transform.py +++ b/elastic_transform.py @@ -74,7 +74,7 @@ def fulltext_to_elasticsearch(row, force_bool=True): if full.get('pdftotext_path'): t['fulltext']['pdftotext_url'] = "/" + full['pdftotext_path'] if full.get('thumbnail_path'): - t['fulltext']['t_thumbnail_url'] = "/" + full['thumbnail_path'] + t['fulltext']['thumbnail_url'] = "/" + full['thumbnail_path'] if full.get('grobid_xml_path'): t['fulltext']['grobid_xml_url'] = "/" + full['grobid_xml_path'] |